Class IVisitor<V extends IVisitable>

  • Type Parameters:
    V - V must implement IVisitable.

    public abstract class IVisitor<V extends IVisitable>
    extends java.lang.Object
    Reflective visitor that visits the most specific implementation of visit() methods.
    • Constructor Summary

      Constructors 
      Constructor Description
      IVisitor()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Collection<V> getVisited()  
      void visit​(V t)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IVisitor

        public IVisitor()
    • Method Detail

      • getVisited

        public java.util.Collection<V> getVisited()
      • visit

        public void visit​(V t)