static final class NodePredicates.AndPredicate extends Object implements NodePredicate
Modifier and Type | Field and Description |
---|---|
private NodePredicate |
a |
private NodePredicate |
b |
Constructor and Description |
---|
AndPredicate(NodePredicate a,
NodePredicate b) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Node n) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, negate, or
private final NodePredicate a
private final NodePredicate b
AndPredicate(NodePredicate a, NodePredicate b)
public boolean apply(Node n)
apply
in interface NodePredicate