C# Class QL.QLClasses.Expressions.Literals.BoolLiteral

Inheritance: ExpressionBase
Show file Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
BoolLiteral ( bool value ) : QL.QLClasses.Types
CheckType ( QLTypeErrors typeErrors ) : bool
Evaluate ( ) : QValue
GetResultType ( ) : QType
ToString ( ) : string

Method Details

BoolLiteral() public method

public BoolLiteral ( bool value ) : QL.QLClasses.Types
value bool
return QL.QLClasses.Types

CheckType() public method

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
return bool

Evaluate() public method

public Evaluate ( ) : QValue
return QL.QLClasses.Values.QValue

GetResultType() public method

public GetResultType ( ) : QType
return QL.QLClasses.Types.QType

ToString() public method

public ToString ( ) : string
return string