Package | Description |
---|---|
scriptinterface |
Modifier and Type | Method and Description |
---|---|
ExecutionError |
ParameterTuple.createFromString(java.lang.String declarations,
ScriptSystemInterface<?,?> scriptSystem)
Parses the given string to create the parameter tuple.
|
ScriptComplexType |
ScriptSystemInterface.registerComplexType(java.lang.String name,
java.lang.String parameters)
Creates and registers a complex type.
|
ExecutionError |
ScriptComplexType.setParameters(java.lang.String parameters,
ScriptSystemInterface<?,?> scriptSystem)
Sets the types of the entries of the complex type.
|