Class managing a script expression.
Base class for all funcions.
Base class for funcions of zero variables.
override bool ForAllChildNodes(ScriptNodeEventHandler Callback, object State, SearchMethod Order)
Calls the callback method for all child nodes.
FunctionZeroVariables(int Start, int Length, Expression Expression)
Base class for funcions of one variable.
override string[] DefaultArgumentNames
Default Argument names
int Length
Length of expression covered by node.
int Start
Start position in script expression.
delegate bool ScriptNodeEventHandler(ScriptNode Node, out ScriptNode NewNode, object State)
Delegate for ScriptNode callback methods.
SearchMethod
Method to traverse the expression structure