C# Class QL.QLClasses.Types.QString

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
IsCompatibleWithQString ( QString 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

IsCompatibleWithQString() public method

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

ToString() public method

public ToString ( ) : string
return string

UndefinedValue() public method

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