V
public class LabelPrefixPredicate<V> extends java.lang.Object implements Predicate<Node<V>>
ParseTreeUtils
LabelPrefixPredicate(java.lang.String labelPrefix)
boolean
apply(Node<V> input)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LabelPrefixPredicate(java.lang.String labelPrefix)
public boolean apply(Node<V> input)
apply
Predicate<Node<V>>