Table of Contents

Class ToTypeNameFunction

Namespace
StepLang.Framework.Conversion
Assembly
StepLang.dll
public class ToTypeNameFunction : NativeFunction
Inheritance
ToTypeNameFunction
Inherited Members

Constructors

ToTypeNameFunction()

public ToTypeNameFunction()

Fields

Identifier

public const string Identifier = "toTypeName"

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, IReadOnlyList<ExpressionNode>)

public override StringResult Invoke(TokenLocation callLocation, Interpreter interpreter, IReadOnlyList<ExpressionNode> arguments)

Parameters

callLocation TokenLocation
interpreter Interpreter
arguments IReadOnlyList<ExpressionNode>

Returns

StringResult