Name |
Description |
BuiltInMethodData |
Contains data describing a built in method. |
ErrorHandler |
Handles ScriptProcessor errors. |
GlobalFunctions |
A class containing all globally accessible script functions. |
LeftToRightStringEscapeHelper |
A string escaper searching an expression from left to right. |
ObjectBuffer |
The object buffer assigns Ids to object instances and stores them so they can be retrieved by their Ids. |
Program |
|
RightToLeftStringEscapeHelper |
A string escaper searching an expression from right to left. |
ScriptContext |
Adds various context elements to a ScriptProcessor class instance. |
ScriptException |
An internal exception class that gets thrown by the ErrorHandler. |
ScriptProcessor |
|
ScriptProcessor.ElementCapture |
|
ScriptStatement |
A statement for the ScriptProcessor to execute. |
StatementProcessor |
|
StringEscapeHelper |
A base class for classes to implement searches for string delimiters and wrappers. |
TypeContract |
|