C# Class QL.QLClasses.Expressions.Identifier.QIdentifier

Inheritance: ExpressionBase
Afficher le fichier Open project: software-engineering-amsterdam/poly-ql

Méthodes publiques

Méthode Description
CheckType ( QLTypeErrors typeErrors ) : bool
Evaluate ( ) : QValue
GetResultType ( ) : QType
QIdentifier ( QLMemory memory, string name ) : QL.QLClasses.Types

Method Details

CheckType() public méthode

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
Résultat bool

Evaluate() public méthode

public Evaluate ( ) : QValue
Résultat QL.QLClasses.Values.QValue

GetResultType() public méthode

public GetResultType ( ) : QType
Résultat QL.QLClasses.Types.QType

QIdentifier() public méthode

public QIdentifier ( QLMemory memory, string name ) : QL.QLClasses.Types
memory QLMemory
name string
Résultat QL.QLClasses.Types