V
- the type of the value field of a parse tree nodepublic class LabelPrefixPredicate<V> extends java.lang.Object implements Predicate<Node<V>>
ParseTreeUtils
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
labelPrefix |
Constructor and Description |
---|
LabelPrefixPredicate(java.lang.String labelPrefix) |
Modifier and Type | Method and Description |
---|---|
boolean |
apply(Node<V> input) |