public static final class NodePredicates.NegativeTypePredicate extends Object implements NodePredicate
| Constructor and Description |
|---|
NegativeTypePredicate(NodePredicates.PositiveTypePredicate a) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(Node n) |
NodePredicate |
negate() |
NodePredicates.NegativeTypePredicate |
nor(Class<? extends Node> clazz) |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, testpublic NegativeTypePredicate(NodePredicates.PositiveTypePredicate a)
public boolean apply(Node n)
apply in interface NodePredicatepublic NodePredicates.NegativeTypePredicate nor(Class<? extends Node> clazz)
public NodePredicate negate()