C# Class QL.QLClasses.Types.QIdentifier

Inheritance: QBaseType
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Méthodes publiques

Méthode Description
CheckType ( QLException &error ) : bool
DeclareSelf ( ) : void
GetType ( ) : QBaseType
GetValue ( ) : ExpressionBase
QIdentifier ( string identifier ) : System
QIdentifier ( string identifier, QBaseType value ) : System

Method Details

CheckType() public méthode

public CheckType ( QLException &error ) : bool
error QLException
Résultat bool

DeclareSelf() public méthode

public DeclareSelf ( ) : void
Résultat void

GetType() public méthode

public GetType ( ) : QBaseType
Résultat QBaseType

GetValue() public méthode

public GetValue ( ) : ExpressionBase
Résultat QL.QLClasses.Expressions.ExpressionBase

QIdentifier() public méthode

public QIdentifier ( string identifier ) : System
identifier string
Résultat System

QIdentifier() public méthode

public QIdentifier ( string identifier, QBaseType value ) : System
identifier string
value QBaseType
Résultat System