Interface | Description |
---|---|
CallMetadataFactory |
Creates and provides
CallMetadata of a call. |
Index |
Holds an integer index.
|
ReaderInterface |
An abstract layer for a script code reader.
|
ScriptSystemInterface<ScopeType extends ExecutionScope,ReaderType extends ReaderInterface> |
Enables parsing and executing of files and strings.
|
SignatureInterface |
Parser for signatures which are given as string.
|
Class | Description |
---|---|
DefaultSignature |
A default
SignatureInterface implementation which extracts the information of a signature string and transforms it into an easy to access data structure. |
ParameterTuple | |
ScriptCallSignature |
A signature for calling a script.
|
ScriptComplexType |
Stores type information of a complex type of a script language.
|
ScriptType |
Stores type information of a type of a script language.
|
SourcePosition |
Stores line and column describing a source code position.
|
TypeCast<FromType extends ExecutionResult<?>,ToType extends ExecutionResult<?>> |
Enables casting from one script type to another.
|
Exception | Description |
---|---|
ParseExceptionInterface |