Class managing a script expression.
EndsWith(String,Substring)
override IElement EvaluateScalar(string Argument1, string Argument2, Variables Variables)
Evaluates the function on a scalar argument.
override string[] DefaultArgumentNames
Default Argument names
EndsWith(ScriptNode String, ScriptNode Substring, int Start, int Length, Expression Expression)
EndsWith(String,Substring)
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 Start
Start position in script expression.
static readonly BooleanValue False
Constant false value.
Basic interface for all types of elements.