Class GenericFunction
public abstract class GenericFunction : GenericParameterlessFunction
- Inheritance
-
GenericFunction
- Derived
- Inherited Members
Constructors
GenericFunction()
protected GenericFunction()
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter)
protected abstract ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter)
Parameters
callLocation
TokenLocationinterpreter
Interpreter
Returns
Invoke(TokenLocation, Interpreter, IReadOnlyList<ExpressionNode>)
public override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, IReadOnlyList<ExpressionNode> arguments)
Parameters
callLocation
TokenLocationinterpreter
Interpreterarguments
IReadOnlyList<ExpressionNode>