public class GreaterEqual<ComparableType extends Comparable<ComparableType>> extends InternalBinaryFunction<ComparableType,Boolean>
QueryExpression that checks whether the first argument is greater than or equal
to the second one.| Constructor and Description |
|---|
GreaterEqual(QueryExpression<? extends ComparableType> operand1,
QueryExpression<? extends ComparableType> operand2) |
| 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.
|
getOperand1, getOperand2, setOperand1, setOperand2, toStringaccept, getChildren, setChildgetExpressionTypepublic GreaterEqual(QueryExpression<? extends ComparableType> operand1, QueryExpression<? extends ComparableType> operand2)
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.