Interface Visitable<T extends Visitable<T>>

    • Method Detail

      • accept

        void accept​(Visitor<T> visitor)