Package | Description |
---|---|
genscript.defaultreaders | |
genscript.parse | |
genscript.syntax.tokens | |
graphloaders.dotloader.parser | |
scriptinterface | |
scriptinterface.execution |
Modifier and Type | Class and Description |
---|---|
class |
genscript.defaultreaders.ScanTokenizer |
Modifier and Type | Class and Description |
---|---|
class |
genscript.parse.IndexReader |
Modifier and Type | Class and Description |
---|---|
class |
genscript.syntax.tokens.Tokenizer |
Modifier and Type | Class and Description |
---|---|
class |
DotReader
Converts a buffer containing dot source into tokens.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ScriptSystemInterface<ScopeType extends ExecutionScope,ReaderType extends ReaderInterface>
Enables parsing and executing of files and strings.
|
Modifier and Type | Method and Description |
---|---|
void |
CallMetadata.setLocation(ReaderInterface source,
int sourcePosition)
Sets the reference to the source code and the position (in characters) of the call
|
Constructor and Description |
---|
CallMetadata(ReaderInterface source,
int sourcePosition)
Constructs a new CallMetadata using the given source and the source position.
|