Class ToStringFunction
- Namespace
- StepLang.Framework.Conversion
- Assembly
- StepLang.dll
public class ToStringFunction : GenericFunction<ExpressionResult>
- Inheritance
-
ToStringFunction
- Inherited Members
Constructors
ToStringFunction()
public ToStringFunction()
Fields
Identifier
public const string Identifier = "toString"
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 ExpressionResult Invoke(TokenLocation callLocation, Interpreter interpreter, ExpressionResult argument1)
Parameters
callLocation
TokenLocationinterpreter
Interpreterargument1
ExpressionResult