C# Class QL.QLClasses.Types.QType

Inheritance: ASTBase
ファイルを表示 Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method 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 method

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

IsCompatibleWithQInt() public method

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
return bool

IsCompatibleWithQString() public method

public IsCompatibleWithQString ( QString type ) : bool
type QString
return bool

UndefinedValue() public abstract method

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