Table of Contents

Class ConvertedFunction

Namespace
StepLang.Framework.Pure
Assembly
StepLang.dll
public class ConvertedFunction : ListManipulationFunction
Inheritance
ConvertedFunction
Inherited Members

Constructors

ConvertedFunction()

public ConvertedFunction()

Fields

Identifier

public const string Identifier = "converted"

Field Value

string

Methods

EvaluateListManipulation(TokenLocation, Interpreter, IEnumerable<ExpressionNode[]>, FunctionDefinition)

protected override IEnumerable<ExpressionResult> EvaluateListManipulation(TokenLocation callLocation, Interpreter interpreter, IEnumerable<ExpressionNode[]> arguments, FunctionDefinition callback)

Parameters

callLocation TokenLocation
interpreter Interpreter
arguments IEnumerable<ExpressionNode[]>
callback FunctionDefinition

Returns

IEnumerable<ExpressionResult>