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

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

공개 메소드들

메소드 설명
CheckType ( QLException &error ) : bool
DeclareSelf ( ) : void
GetType ( ) : QBaseType
GetValue ( ) : ExpressionBase
QIdentifier ( string identifier ) : System
QIdentifier ( string identifier, QBaseType value ) : System

메소드 상세

CheckType() 공개 메소드

public CheckType ( QLException &error ) : bool
error QLException
리턴 bool

DeclareSelf() 공개 메소드

public DeclareSelf ( ) : void
리턴 void

GetType() 공개 메소드

public GetType ( ) : QBaseType
리턴 QBaseType

GetValue() 공개 메소드

public GetValue ( ) : ExpressionBase
리턴 QL.QLClasses.Expressions.ExpressionBase

QIdentifier() 공개 메소드

public QIdentifier ( string identifier ) : System
identifier string
리턴 System

QIdentifier() 공개 메소드

public QIdentifier ( string identifier, QBaseType value ) : System
identifier string
value QBaseType
리턴 System