ScriptStack 1.0.4
Loading...
Searching...
No Matches
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CDictionary
 CScriptStack.Runtime.ArrayList
 CException
 CScriptStack.Runtime.ScriptStackException
 CScriptStack.Compiler.LexerException
 CScriptStack.Compiler.ParserException
 CScriptStack.Runtime.ExecutionException
 CScriptStack.Runtime.Executable
 CScriptStack.Runtime.FunctionA function, forward declared in a script
 CScriptStack.Runtime.HostThe main interface to create a Host. A Host can implement Routine's to extend its functionality
 CScriptStack.Runtime.Model
 CICollection
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CICollection
 CScriptStack.Collections.ReadOnlyICollection< T >
 CICollection
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CIDeserializationCallback
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CIDictionary
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CIDictionary
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CIEnumerable
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CIEnumerable
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CScriptStack.Runtime.InstructionAn instruction in a virtual intermediate language
 CScriptStack.Runtime.InterpreterThe Interpreter finally interprets the parse tree in form of a token stream returned from the ScriptStack.Compiler.Parser
 CISerializable
 CScriptStack.Collections.ReadOnlyDictionary< TKey, TValue >
 CScriptStack.Compiler.LexerThe lexical analyzer (Lexer) breaks code (written in sentences) into a series of known Token and pass the token stream to the ScriptStack.Compiler.Parser
 CScriptStack.ManagerAPI entry point
 CScriptStack.Runtime.Memory
 CScriptStack.Runtime.Operand
 CScriptStack.Compiler.ParserThe parser builds an ScriptStack.Runtime.Executable out of the Token stream returned from the ScriptStack.Compiler.Lexer while checking for correct syntax
 CScriptStack.Runtime.RoutineA Routine is an abstract representation of a method
 CScriptStack.Compiler.ScannerAn interface to modify the default process of reading text files into Script's
 CScriptStack.Runtime.ScriptInternal representation of a text file (source code) which can be passed to the Interpreter to execute it
 CScriptStack.Compiler.SerializableToken
 CScriptStack.Compiler.TokenA lexical token or simply token is a string with an assigned and thus identified meaning