Table of Contents

Class DoShiftFunction

Namespace
StepLang.Framework.Mutating
Assembly
StepLang.dll
public class DoShiftFunction : GenericFunction<ListResult>
Inheritance
DoShiftFunction
Inherited Members

Constructors

DoShiftFunction()

public DoShiftFunction()

Fields

Identifier

public const string Identifier = "doShift"

Field Value

string

Properties

NativeParameters

protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }

Property Value

IEnumerable<NativeFunction.NativeParameter>

ReturnTypes

protected override IEnumerable<ResultType> ReturnTypes { get; }

Property Value

IEnumerable<ResultType>

Methods

Invoke(TokenLocation, Interpreter, ListResult)

protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, ListResult argument1)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 ListResult

Returns

ExpressionResult