public interface IScriptLanguage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IScriptLanguage.IParsedScript |
| Modifier and Type | Method and Description |
|---|---|
default String |
getSelf()
Returns script variable that will represent the calling context.
|
String |
getType()
The language type of the script (e.g., "groovy").
|
IScriptLanguage.IParsedScript |
parse(String source)
Compiles the script source.
|
String getType()
IScriptLanguage.IParsedScript parse(String source)
source - The script source.default String getSelf()
Copyright © 2017 Regenstrief Center for Biomedical Informatics. All rights reserved.