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