1using System.Threading.Tasks;
14 private readonly
bool hasValue;
26 this.hasValue =
false;
Exception used to break a loop.
Class managing a script expression.
Breaks a loop, with or without providing a loop value.
Break(ScriptNode Argument, int Start, int Length, Expression Expression)
Breaks a loop, providing a loop value.
override string FunctionName
Name of the function
override IElement Evaluate(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
override Task< IElement > EvaluateAsync(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
Break(int Start, int Length, Expression Expression)
Breaks a loop, without providing a loop value.
override IElement Evaluate(IElement Argument, Variables Variables)
Evaluates the function.
Represents a constant element value.
Base class for funcions of one variable.
ScriptNode Argument
Function argument.
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.
Basic interface for all types of elements.