Class ConvertedFunction
public class ConvertedFunction : ListManipulationFunction
- Inheritance
-
ConvertedFunction
- Inherited Members
Constructors
ConvertedFunction()
public ConvertedFunction()
Fields
Identifier
public const string Identifier = "converted"
Field Value
Methods
EvaluateListManipulation(TokenLocation, Interpreter, IEnumerable<ExpressionNode[]>, FunctionDefinition)
protected override IEnumerable<ExpressionResult> EvaluateListManipulation(TokenLocation callLocation, Interpreter interpreter, IEnumerable<ExpressionNode[]> arguments, FunctionDefinition callback)
Parameters
callLocation
TokenLocationinterpreter
Interpreterarguments
IEnumerable<ExpressionNode[]>callback
FunctionDefinition