Methods
clone
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:69
execute
execute( preexecutedArguments: any [] , environment: any , node: any , execPath?: undefined | string ) : any
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:51
Parameters
preexecutedArguments: any []
environment: any
node: any
Optional execPath: undefined | string
Returns any
executeAsync
executeAsync( preexecutedArguments: any [] , environment: any , node: any , execPath?: undefined | string ) : Promise < any >
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:59
Parameters
preexecutedArguments: any []
environment: any
node: any
Optional execPath: undefined | string
Returns Promise < any >
getDescription
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:33
Returns string
getName
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:6
Returns string
getOperator
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:28
Returns string
getPriority
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:19
Returns number
hasHigherPriorityThan
hasHigherPriorityThan( priority: number ) : boolean
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:23
Parameters
Returns boolean
isAsyncron
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:42
Returns boolean
isOperator
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:13
Returns boolean
isPreexecutedArgument
isPreexecutedArgument( index: number , node: any ) : boolean
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:67
Parameters
Returns boolean
isStoring
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:38
Returns boolean
toString
Defined in Development/math-functions/src/math-functions/functions/base-function-interface.ts:8
Returns string
Legend
Module
Object literal
Variable
Function
Function with type parameter
Index signature
Type alias
Type alias with type parameter
Enumeration
Enumeration member
Property
Method
Interface
Interface with type parameter
Constructor
Property
Method
Index signature
Class
Class with type parameter
Constructor
Property
Method
Accessor
Index signature
Inherited constructor
Inherited property
Inherited method
Inherited accessor
Protected property
Protected method
Protected accessor
Private property
Private method
Private accessor
Static property
Static method
execute function and return the result or an error.