Table of Contents

Class FetchFunction

Namespace
StepLang.Framework.Web
Assembly
StepLang.dll
public class FetchFunction : GenericFunction<StringResult, MapResult>
Inheritance
FetchFunction
Inherited Members

Constructors

FetchFunction()

public FetchFunction()

Fields

Identifier

public const string Identifier = "fetch"

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, StringResult, MapResult)

protected override ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, StringResult argument1, MapResult argument2)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 StringResult
argument2 MapResult

Returns

ExpressionResult