C# Class QL.QLClasses.Types.QBool

Inheritance: QType
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

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

Method Details

CheckType() public méthode

public CheckType ( QLTypeErrors errors ) : bool
errors QLTypeErrors
Résultat bool

GetType() public méthode

public GetType ( ) : QType
Résultat QType

IsCompatibleWith() public méthode

public IsCompatibleWith ( QType type ) : bool
type QType
Résultat bool

IsCompatibleWithQBool() public méthode

public IsCompatibleWithQBool ( QBool type ) : bool
type QBool
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string

UndefinedValue() public méthode

public UndefinedValue ( ) : QValue
Résultat QL.QLClasses.Values.QValue