C# Class QL.QLClasses.Types.QIdentifier

Inheritance: QBaseType
Mostra file Open project: software-engineering-amsterdam/poly-ql Class Usage Examples

Public Methods

Method 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 method

public CheckType ( QLException &error ) : bool
error QLException
return bool

DeclareSelf() public method

public DeclareSelf ( ) : void
return void

GetType() public method

public GetType ( ) : QBaseType
return QBaseType

GetValue() public method

public GetValue ( ) : ExpressionBase
return QL.QLClasses.Expressions.ExpressionBase

QIdentifier() public method

public QIdentifier ( string identifier ) : System
identifier string
return System

QIdentifier() public method

public QIdentifier ( string identifier, QBaseType value ) : System
identifier string
value QBaseType
return System