1using System.Collections.Generic;
2using System.Threading.Tasks;
82 if (Object is ICollection<KeyValuePair<string, IElement>> GenObj)
85 if (!(Object is ICollection<KeyValuePair<string, object>> GenObj2))
Static interface for database persistence. In order to work, a database provider has to be assigned t...
static Task< GenericObject > Generalize(object Object)
Creates a generalized representation of an object.
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 generalized 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 .
Generalize(ScriptNode Argument, int Start, int Length, Expression Expression)
Creates a generalized representation of an object.
override string FunctionName
Name of the function
override IElement Evaluate(IElement Argument, Variables Variables)
Evaluates the function.
override Task< IElement > EvaluateAsync(IElement Argument, Variables Variables)
Evaluates the function.
static Task< IElement > EvaluateAsync(IElement E)
Generalizes the object in E .
override string[] DefaultArgumentNames
Default Argument names
Basic interface for all types of elements.
object AssociatedObjectValue
Associated object value.