Class managing a script expression.
override IElement EvaluateScalar(string Argument, Variables Variables)
Evaluates the function on a scalar argument.
TrimStart(ScriptNode Argument, int Start, int Length, Expression Expression)
TrimStart(x)
override string FunctionName
Name of the function
Base class for funcions of one scalar string variable.
ScriptNode Argument
Function argument.
Base class for all nodes in a parsed script tree.
int Start
Start position in script expression.
Basic interface for all types of elements.