Class AbstractTraverseChildrenVisitor

  • All Implemented Interfaces:
    StateObjectVisitor

    public abstract class AbstractTraverseChildrenVisitor
    extends AnonymousStateObjectVisitor
    This StateObjectVisitor traverses the entire hierarchy of the JPQL parsed tree by going down into each of the children of any given StateObject. It is up to the subclass to complete the behavior.
    Since:
    2.4
    Version:
    2.4
    Author:
    Pascal Filion
    • Constructor Detail

      • AbstractTraverseChildrenVisitor

        public AbstractTraverseChildrenVisitor()