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

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

공개 메소드들

메소드 설명
CheckType ( QLTypeErrors typeErrors ) : bool
GetType ( ) : QType
IsCompatibleWith ( QType type ) : bool
IsCompatibleWithQInt ( QInt type ) : bool
ToString ( ) : string
UndefinedValue ( ) : QValue

메소드 상세

CheckType() 공개 메소드

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
리턴 bool

GetType() 공개 메소드

public GetType ( ) : QType
리턴 QType

IsCompatibleWith() 공개 메소드

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

IsCompatibleWithQInt() 공개 메소드

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

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UndefinedValue() 공개 메소드

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