1using System.Collections.Generic;
47 if (!(this.reference is
null))
49 ICollection<IElement> Elements =
Argument.VectorElements;
51 if (!Elements.Remove(Result))
53 LinkedList<IElement> Elements2 =
new LinkedList<IElement>();
Class managing a script expression.
PopFirst(ScriptNode Argument, int Start, int Length, Expression Expression)
PopFirst(v)
override string FunctionName
Name of the function
override IElement EvaluateVector(IVector Argument, Variables Variables)
Evaluates the function on a vector argument.
ScriptNode Argument
Function argument.
Base class for funcions of one vector variable.
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.
Represents a variable reference.
static readonly ObjectValue Null
Null value.
Basic interface for all types of elements.
Basic interface for vectors.