Interface OpensInfoVisitor

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

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

    Modifier and Type
    Method
    Description
    void
    visitOpensInfo(Clazz clazz, OpensInfo opensInfo)
     
  • Method Details

    • visitOpensInfo

      void visitOpensInfo(Clazz clazz, OpensInfo opensInfo)