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

Inheritance: UnaryExpression
Mostra file Open project: software-engineering-amsterdam/poly-ql

Public Methods

Method Description
CheckType ( QLTypeErrors typeErrors ) : bool
Evaluate ( ) : QValue
Not ( ExpressionBase innerExpression ) : System

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

Not() public method

public Not ( ExpressionBase innerExpression ) : System
innerExpression ExpressionBase
return System