public static class BobChrisTreeNormalizer.AOverAFilter extends Object implements 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).
|