Interface TypeVisitor

  • All Known Implementing Classes:
    ReferencedStructs

    public interface TypeVisitor
    A visitor for Type's visitor model.
    • Method Detail

      • visitType

        void visitType​(Type t)
        Visiting the given Type.