Table of Contents

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

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, ExpressionResult)

protected override BoolResult Invoke(TokenLocation callLocation, Interpreter interpreter, ExpressionResult argument1)

Parameters

callLocation TokenLocation
interpreter Interpreter
argument1 ExpressionResult

Returns

BoolResult