30 this.elements.Clear();
A chunked list is a linked list of chunks of objects of type T .
Base class for all types of elements.
Class managing a script expression.
static IElement Encapsulate(object Value)
Encapsulates an object.
An interative evaluator of a leaf script node.
ScriptLeafNode Node
Node being evaluated.
static readonly ObjectValue Null
Null value.
static IElement Encapsulate(Array Elements, bool CanEncapsulateAsMatrix, ScriptNode Node)
Encapsulates the elements of a vector.
Wildcard (*) iterative evaluator
override void RestartEvaluator()
Restarts the evaluator.
override IElement GetAggregatedResult()
Gets the aggregated result.
override IElement Evaluate(Variables Variables)
Evaluates the evaluator, using the variables provided in the Variables collection and an object inst...
override void AggregateElement(IElement Element)
Aggregates one new element.
WildcardEvaluator(Wildcard Node)
Wildcard (*) iterative evaluator
Represents the Wildcard symbol *
Basic interface for all types of elements.