Package jtb.visitor
-
Interface Summary Interface Description GJNoArguVisitor<R> All GJ visitors with no argument must implement this interface.GJVisitor<R,A> All GJ visitors must implement this interface.GJVoidVisitor<A> All GJ void visitors must implement this interface.Visitor All void visitors must implement this interface. -
Class Summary Class Description DepthFirstVisitor Provides default methods which visit each node in the tree in depth-first order.GJDepthFirst<R,A> Provides default methods which visit each node in the tree in depth-first order.GJNoArguDepthFirst<R> Provides default methods which visit each node in the tree in depth-first order.GJVoidDepthFirst<A> Provides default methods which visit each node in the tree in depth-first order.TreeDumper TreeFormatter