Table of Contents

Class FromJsonFunction

Namespace
StepLang.Framework.Conversion
Assembly
StepLang.dll
public class FromJsonFunction : GenericFunction<StringResult>
Inheritance
FromJsonFunction
Inherited Members

Constructors

FromJsonFunction()

public FromJsonFunction()

Fields

Identifier

public const string Identifier = "fromJson"

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)

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

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 StringResult

Returns

ExpressionResult