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