1using System.Threading.Tasks;
14 private readonly
bool hasValue;
26 this.hasValue =
false;
Exception used to continue a loop.
Class managing a script expression.
Continues the next iteration of a loop, with or without providing a loop value.
Continue(int Start, int Length, Expression Expression)
Continues the next iteration of a loop, without providing a loop value.
override IElement Evaluate(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
override string FunctionName
Name of the function
override Task< IElement > EvaluateAsync(Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
Continue(ScriptNode Argument, int Start, int Length, Expression Expression)
Continues the next iteration of a loop, 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.