public abstract static class Node.EdgeVisitor extends Object
EdgeVisitor()
abstract Node
apply(Node source, Node target)
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public EdgeVisitor()
public abstract Node apply(Node source, Node target)