public class IsEmpty<ElementType,CollectionType extends Collection<ElementType>> extends UnaryOperator<CollectionType,Boolean>
QueryExpression
that checks whether its operand is an empty list.Constructor and Description |
---|
IsEmpty(QueryExpression<? extends CollectionType> operand) |
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, toString
accept, getChildren, setChild
getExpressionType
public IsEmpty(QueryExpression<? extends CollectionType> operand)
protected void startAccept(QueryExpressionVisitor visitor)
NodeExpression
startAccept
in class NodeExpression<Boolean>
visitor
- the visitor visiting this expressionprotected void finishAccept(QueryExpressionVisitor visitor)
NodeExpression
finishAccept
in class NodeExpression<Boolean>
visitor
- the visitor visiting this expressionCopyright © 2020 Hyland Software Germany GmbH. All rights reserved.