Package | Description |
---|---|
genscript.execution | |
graphana.operationsystem | |
graphana.script.bindings | |
graphana.script.bindings.basictypes | |
scriptinterface |
Modifier and Type | Class and Description |
---|---|
class |
genscript.execution.ExecuterTree<ScopeType extends ExecutionScope,ReaderType extends genscript.parse.IndexReader> |
Modifier and Type | Method and Description |
---|---|
ExecuterInterface |
OperationArguments.getTreeArg(int argNr)
Returns the argument with the given index beginning at zero as an ExecuterTree.
|
Constructor and Description |
---|
ExecuterThread(ExecuterInterface executer,
MainControl mainControl) |
Modifier and Type | Class and Description |
---|---|
class |
GraphanaExecuterTree |
Modifier and Type | Method and Description |
---|---|
ExecuterInterface |
GParseTree.getValue() |
Modifier and Type | Method and Description |
---|---|
void |
GParseTree.setValue(ExecuterInterface value) |
Constructor and Description |
---|
GParseTree(ExecuterInterface value) |
Modifier and Type | Method and Description |
---|---|
ExecuterInterface |
ScriptSystemInterface.createExecuter(ReaderType source)
Parses the given source and creates an executer from it.
|
ExecuterInterface |
ScriptSystemInterface.createExecuter(java.lang.String source)
Parses the given string and creates an executer out of it.
|
ExecuterInterface |
ScriptSystemInterface.executerFromFile(java.io.File file)
Parses the given file and creates an executer from it.
|