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

Inheritance: ExpressionBase
显示文件 Open project: software-engineering-amsterdam/poly-ql

Public Methods

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

Method Details

CheckType() public method

public CheckType ( QLTypeErrors typeErrors ) : bool
typeErrors QLTypeErrors
return bool

Evaluate() public method

public Evaluate ( ) : QValue
return QL.QLClasses.Values.QValue

GetResultType() public method

public GetResultType ( ) : QType
return QL.QLClasses.Types.QType

QIdentifier() public method

public QIdentifier ( QLMemory memory, string name ) : QL.QLClasses.Types
memory QLMemory
name string
return QL.QLClasses.Types