ScriptStack
1.0.4
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
]
C
Dictionary
C
ScriptStack.Runtime.ArrayList
C
Exception
C
ScriptStack.Runtime.ScriptStackException
C
ScriptStack.Compiler.LexerException
C
ScriptStack.Compiler.ParserException
C
ScriptStack.Runtime.ExecutionException
C
ScriptStack.Runtime.Executable
C
ScriptStack.Runtime.Function
A function, forward declared in a script
C
ScriptStack.Runtime.Host
The main interface to create a
Host
. A
Host
can implement
Routine
's to extend its functionality
C
ScriptStack.Runtime.Model
C
ICollection
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
ICollection
C
ScriptStack.Collections.ReadOnlyICollection< T >
C
ICollection
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
IDeserializationCallback
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
IDictionary
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
IDictionary
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
IEnumerable
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
IEnumerable
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
ScriptStack.Runtime.Instruction
An instruction in a virtual intermediate language
C
ScriptStack.Runtime.Interpreter
The
Interpreter
finally interprets the parse tree in form of a token stream returned from the
ScriptStack.Compiler.Parser
C
ISerializable
C
ScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
C
ScriptStack.Compiler.Lexer
The lexical analyzer (
Lexer
) breaks code (written in sentences) into a series of known
Token
and pass the token stream to the
ScriptStack.Compiler.Parser
C
ScriptStack.Manager
API entry point
C
ScriptStack.Runtime.Memory
C
ScriptStack.Runtime.Operand
C
ScriptStack.Compiler.Parser
The parser builds an
ScriptStack.Runtime.Executable
out of the
Token
stream returned from the
ScriptStack.Compiler.Lexer
while checking for correct syntax
C
ScriptStack.Runtime.Routine
A
Routine
is an abstract representation of a method
C
ScriptStack.Compiler.Scanner
An interface to modify the default process of reading text files into Script's
C
ScriptStack.Runtime.Script
Internal representation of a text file (source code) which can be passed to the
Interpreter
to execute it
C
ScriptStack.Compiler.SerializableToken
C
ScriptStack.Compiler.Token
A lexical token or simply token is a string with an assigned and thus identified meaning
Generated by
1.15.0