public static class BobChrisTreeNormalizer.EmptyFilter extends Object implements java.util.function.Predicate<Tree>, Serializable
| Constructor and Description |
|---|
EmptyFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Tree t)
Doesn't accept nodes that only cover an empty.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic boolean test(Tree t)
test in interface java.util.function.Predicate<Tree>