C# Class QL.QLClasses.Types.QInt

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

Méthodes publiques

Méthode Description
CheckType ( QLTypeErrors typeErrors ) : bool
GetType ( ) : QType
IsCompatibleWith ( QType type ) : bool
IsCompatibleWithQInt ( QInt type ) : bool
ToString ( ) : string
UndefinedValue ( ) : QValue

Method Details

CheckType() public méthode

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors 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

IsCompatibleWithQInt() public méthode

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
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