C# Class QL.QLClasses.Types.QInt

Inheritance: QType
Mostrar archivo Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

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

Method Details

CheckType() public method

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

GetType() public method

public GetType ( ) : QType
return QType

IsCompatibleWith() public method

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

IsCompatibleWithQInt() public method

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

ToString() public method

public ToString ( ) : string
return string

UndefinedValue() public method

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