Interface Visitor<T>

  • Type Parameters:
    T - the type to be visited.

    public interface Visitor<T>
    Interface for a visitor class.
    • Method Detail

      • visit

        void visit​(T obj)