C# Class QL.QLClasses.Types.QBool

Inheritance: QType
Datei anzeigen Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method Description
CheckType ( QLTypeErrors errors ) : bool
GetType ( ) : QType
IsCompatibleWith ( QType type ) : bool
IsCompatibleWithQBool ( QBool type ) : bool
ToString ( ) : string
UndefinedValue ( ) : QValue

Method Details

CheckType() public method

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

GetType() public method

public GetType ( ) : QType
return QType

IsCompatibleWith() public method

public IsCompatibleWith ( QType type ) : bool
type QType
return bool

IsCompatibleWithQBool() public method

public IsCompatibleWithQBool ( QBool type ) : bool
type QBool
return bool

ToString() public method

public ToString ( ) : string
return string

UndefinedValue() public method

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