| Package | Description |
|---|---|
| genscript | |
| graphana.script | |
| graphana.script.bindings | |
| scriptinterface | |
| scriptinterface.defaulttypes | |
| scriptinterface.execution |
| Modifier and Type | Class and Description |
|---|---|
class |
genscript.TreeBuildingScriptSystem<ScopeType extends ExecutionScope,ParserType extends genscript.syntax.TreeBuildingParser<ScopeType,ReaderType>,ReaderType extends genscript.parse.IndexReader> |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphanaDefaultScriptSystem
Defines and initializes the Graphana script syntax.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GraphanaScriptSystemInterface |
| Modifier and Type | Class and Description |
|---|---|
class |
GraphanaScriptSystem
Defines and initializes the Graphana script syntax.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterTuple.create(int size,
ScriptSystemInterface<?,?> scriptSystem,
int minimumArguments,
boolean unlimitedArguments)
Initializes an empty parameter tuple.
|
ExecutionError |
ParameterTuple.createFromString(java.lang.String declarations,
ScriptSystemInterface<?,?> scriptSystem)
Parses the given string to create the parameter tuple.
|
ExecutionError |
SignatureInterface.createSignature(java.lang.String signatureString,
ScriptSystemInterface<?,?> scriptSystem)
Parses the given string and extracts key, parameters etc. to store it and making it easy to access.
|
ExecutionError |
DefaultSignature.createSignature(java.lang.String signatureString,
ScriptSystemInterface<?,?> scriptSystem)
Initializes the signature according to the given string.
|
ExecutionError |
ScriptComplexType.setParameters(java.lang.String parameters,
ScriptSystemInterface<?,?> scriptSystem)
Sets the types of the entries of the complex type.
|
| Constructor and Description |
|---|
ScriptCallSignature(java.lang.String filename,
ScriptSystemInterface<?,?> scriptSystem)
Creates a new instance without initializing it.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
DefaultCasts.createCasts(ScriptSystemInterface<?,?> target) |
| Modifier and Type | Method and Description |
|---|---|
abstract ScriptSystemInterface<?,?> |
ExecutionScope.getParseSystem() |