Interface ObjectVisitor<T>


  • public interface ObjectVisitor<T>
    • Method Detail

      • visit

        void visit​(T obj_)