2using System.Collections.Generic;
Class managing a script expression.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
static IElement Encapsulate(ICollection< IElement > Elements)
Encapsulates the elements of a set.
Creates a set using a FOREACH statement.
SetForEachDefinition(ForEach Elements, int Start, int Length, Expression Expression)
Creates a set using a FOREACH statement.
override IElement Encapsulate(LinkedList< IElement > Elements)
Encapsulates the calculated elements.
Creates a vector using a FOREACH statement.
Basic interface for all types of elements.