Script runtime exception.
Class managing a script expression.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Base class for unary double operators.
ScriptNode Operand
Operand.
override IElement Evaluate(double Operand)
Evaluates the double operator.
Complement(ScriptNode Operand, int Start, int Length, Expression Expression)
Complement operator.
Basic interface for all types of elements.