1using System.Threading.Tasks;
Static interface for database persistence. In order to work, a database provider has to be assigned t...
static Task< object > Specialize(GenericObject Object)
Creates a specialized representation of a generic object.
Generic object. Contains a sequence of properties.
Class managing a script expression.
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.
Creates a specialized representation of an object.
static Task< IElement > EvaluateAsync(IElement E)
Generalizes the object in E .
Specialize(ScriptNode Argument, int Start, int Length, Expression Expression)
Creates a specialized representation of an object.
override bool IsAsynchronous
If the node (or its decendants) include asynchronous evaluation. Asynchronous nodes should be evaluat...
static async Task< IElement > EvaluateAsync(object Object)
Generalizes the object in Object .
override string[] DefaultArgumentNames
Default Argument names
override Task< IElement > EvaluateAsync(IElement Argument, Variables Variables)
Evaluates the function.
override string FunctionName
Name of the function
override IElement Evaluate(IElement Argument, Variables Variables)
Evaluates the function.
Basic interface for all types of elements.
object AssociatedObjectValue
Associated object value.