Table of Contents

Class DoPopFunction

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

Constructors

DoPopFunction()

public DoPopFunction()

Fields

Identifier

public const string Identifier = "doPop"

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