Class managing a script expression.
override string[] DefaultArgumentNames
Default Argument names
override IElement EvaluateScalar(string Argument1, string Argument2, Variables Variables)
Evaluates the function on a scalar argument.
After(ScriptNode String, ScriptNode Delimiter, int Start, int Length, Expression Expression)
After(s,Delimiter)
override string FunctionName
Name of the function
Base class for funcions of two scalar variables.
ScriptNode Argument2
Function argument 2.
ScriptNode Argument1
Function argument 1.
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.
static readonly ObjectValue Null
Null value.
Basic interface for all types of elements.