public abstract static class Trees.LeafVisitor extends Object
LeafVisitor()
protected abstract void
apply(Object leaf)
void
visit(Object a)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public LeafVisitor()
protected abstract void apply(Object leaf)
public void visit(Object a)
see also the complete user documentation .