Interface TypeVisitor

All Known Implementing Classes:
ReferencedStructs

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

    Modifier and Type
    Method
    Description
    void
    Visiting the given Type.
  • Method Details

    • visitType

      void visitType(Type t)
      Visiting the given Type.