C# Class QL.QLClasses.Types.QType

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

Méthodes publiques

Méthode Description
GetType ( ) : QType
IsCompatibleWith ( QType type ) : bool
IsCompatibleWithQBool ( QBool type ) : bool
IsCompatibleWithQInt ( QInt type ) : bool
IsCompatibleWithQString ( QString type ) : bool
UndefinedValue ( ) : QValue

Method Details

GetType() public abstract méthode

public abstract 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

IsCompatibleWithQInt() public méthode

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
Résultat bool

IsCompatibleWithQString() public méthode

public IsCompatibleWithQString ( QString type ) : bool
type QString
Résultat bool

UndefinedValue() public abstract méthode

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