Package jtb.visitor

Class GJDepthFirst<R,​A>

  • All Implemented Interfaces:
    GJVisitor<R,​A>

    public class GJDepthFirst<R,​A>
    extends Object
    implements GJVisitor<R,​A>
    Provides default methods which visit each node in the tree in depth-first order. Your visitors may extend this class.