Table of Contents

Class ToJsonFunction

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

Constructors

ToJsonFunction()

public ToJsonFunction()

Fields

Identifier

public const string Identifier = "toJson"

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, ExpressionResult)

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

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 ExpressionResult

Returns

StringResult