2using System.Collections.Generic;
58 int c = Values.Length;
76 ICollection<IElement> Elements =
Argument.ChildElements;
83 Elements.CopyTo(A, 0);
85 Array.Sort(A, this.Compare);
93 return S1.Compare(e1, e2);
Script runtime exception.
Class managing a script expression.
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.
static readonly ObjectValue Null
Null value.
Basic interface for all types of elements.
ISet AssociatedSet
Associated Set.
Basic interface for vectors.
Basic interface for ordered sets.