public static class BobChrisTreeNormalizer.AOverAFilter extends Object implements java.util.function.Predicate<Tree>, Serializable
| Constructor and Description |
|---|
AOverAFilter() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Tree t)
Doesn't accept nodes that are A over A nodes (perhaps due to
empty removal or are EDITED nodes).
|
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>