Interface ExportsInfoVisitor

All Known Implementing Classes:
ClassPrinter, ConstantPoolRemapper, ConstantPoolShrinker, ProgramClassReader

public interface ExportsInfoVisitor
This interface specifies the methods for a visitor of ExportsInfo instances. Note that there is only a single implementation of ExportsInfo, such that this interface is not strictly necessary as a visitor.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    visitExportsInfo(Clazz clazz, ExportsInfo exportsInfo)
     
  • Method Details

    • visitExportsInfo

      void visitExportsInfo(Clazz clazz, ExportsInfo exportsInfo)