public class Negation extends UnaryOperator<Boolean,Boolean>
QueryExpression that is the negation of another
QueryExpression i.e. it yields true if and only if the other
QueryExpression yields false.| Constructor and Description |
|---|
Negation(QueryExpression<Boolean> negatedCondition) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
finishAccept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the visitor for the current node, after its children are
visited.
|
protected void |
startAccept(QueryExpressionVisitor visitor)
This method invokes the appropriate callback of the visitor for the current node, before its children are
visited.
|
getOperand, setOperand, toStringaccept, getChildren, setChildgetExpressionTypepublic Negation(QueryExpression<Boolean> negatedCondition)
protected void startAccept(QueryExpressionVisitor visitor)
NodeExpressionstartAccept in class NodeExpression<Boolean>visitor - the visitor visiting this expressionprotected void finishAccept(QueryExpressionVisitor visitor)
NodeExpressionfinishAccept in class NodeExpression<Boolean>visitor - the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.