45 throw new NotImplementedException();
Class managing a script expression.
Base class for all unary operators performing operand null checks.
bool NullCheck
If null check is to be used.
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.
ScriptNode Operand
Operand.
ElementList IndexOperand
Index operand.
override IElement Evaluate(IElement Operand, Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
DynamicIndex(ScriptNode Left, ElementList Right, bool NullCheck, int Start, int Length, Expression Expression)
Dynamic index operator
Represents a list of elements.
Basic interface for all types of elements.