C# Class QL.QLClasses.Expressions.Unary.Pos

Inheritance: UnaryExpression
Mostrar archivo Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
CheckType ( QLTypeErrors typeErrors ) : bool
Evaluate ( ) : QValue
Pos ( ExpressionBase innerExpression ) : 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

Pos() public method

public Pos ( ExpressionBase innerExpression ) : QL.QLClasses.Types
innerExpression ExpressionBase
return QL.QLClasses.Types