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