C# 클래스 QL.QLClasses.Types.QType

상속: ASTBase
파일 보기 프로젝트 열기: software-engineering-amsterdam/poly-ql 1 사용 예제들

공개 메소드들

메소드 설명
GetType ( ) : QType
IsCompatibleWith ( QType type ) : bool
IsCompatibleWithQBool ( QBool type ) : bool
IsCompatibleWithQInt ( QInt type ) : bool
IsCompatibleWithQString ( QString type ) : bool
UndefinedValue ( ) : QValue

메소드 상세

GetType() 공개 추상적인 메소드

public abstract GetType ( ) : QType
리턴 QType

IsCompatibleWith() 공개 메소드

public IsCompatibleWith ( QType type ) : bool
type QType
리턴 bool

IsCompatibleWithQBool() 공개 메소드

public IsCompatibleWithQBool ( QBool type ) : bool
type QBool
리턴 bool

IsCompatibleWithQInt() 공개 메소드

public IsCompatibleWithQInt ( QInt type ) : bool
type QInt
리턴 bool

IsCompatibleWithQString() 공개 메소드

public IsCompatibleWithQString ( QString type ) : bool
type QString
리턴 bool

UndefinedValue() 공개 추상적인 메소드

public abstract UndefinedValue ( ) : QValue
리턴 QL.QLClasses.Values.QValue