public static class TreeFilters.HasMatchingChild extends Object implements java.util.function.Predicate<Tree>, Serializable
| Constructor and Description |
|---|
HasMatchingChild(TreebankLanguagePack tlp,
String regex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(Tree tree) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic HasMatchingChild(TreebankLanguagePack tlp, String regex)
public boolean test(Tree tree)
test in interface java.util.function.Predicate<Tree>