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
Properties
NativeParameters
protected override IEnumerable<NativeFunction.NativeParameter> NativeParameters { get; }
Property Value
ReturnTypes
protected override IEnumerable<ResultType> ReturnTypes { get; }
Property Value
Methods
Invoke(TokenLocation, Interpreter, ExpressionResult)
protected override StringResult Invoke(TokenLocation callLocation, Interpreter interpreter, ExpressionResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
ExpressionResult