private static class NodeUtil.MatchNameNode extends java.lang.Object implements com.google.common.base.Predicate<Node>
(package private) java.lang.String
name
MatchNameNode(java.lang.String name)
boolean
apply(Node n)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
final java.lang.String name
public boolean apply(Node n)
apply
com.google.common.base.Predicate<Node>