12 private readonly
string variableName;
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 all unary operators.
ScriptNode Operand
Operand.
Assignment(string VariableName, ScriptNode Operand, int Start, int Length, Expression Expression)
Assignment operator.
string VariableName
Name of variable
override IElement Evaluate(IElement Operand, Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
Basic interface for all types of elements.