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