84 return new ObjectValue(Things.ThingReference.Empty);
Class managing a script expression.
Base class for multivariate funcions.
ScriptNode[] Arguments
Function arguments.
static readonly ArgumentType[] argumentTypes2Scalar
Two scalar parameters.
static readonly ArgumentType[] argumentTypes0
Zero parameters.
static readonly ArgumentType[] argumentTypes3Scalar
Three scalar parameters.
static readonly ArgumentType[] argumentTypes1Scalar
One scalar parameter.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
override string ToString()
Expression Expression
Expression of which the node is a part.
int Start
Start position in script expression.
Creates a reference object to a thing.
override string FunctionName
Name of the function
override IElement Evaluate(IElement[] Arguments, Variables Variables)
Evaluates the function.
override string[] DefaultArgumentNames
Default Argument names
ThingReference(ScriptNode NodeId, ScriptNode SourceId, int Start, int Length, Expression Expression)
Creates a reference object to a thing.
ThingReference(int Start, int Length, Expression Expression)
Creates a reference object to a thing.
ThingReference(ScriptNode NodeId, ScriptNode SourceId, ScriptNode Partition, int Start, int Length, Expression Expression)
Creates a reference object to a thing.
ThingReference(ScriptNode NodeId, int Start, int Length, Expression Expression)
Creates a reference object to a thing.
Basic interface for all types of elements.