Interface RequiresInfoVisitor

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

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

    • visitRequiresInfo

      void visitRequiresInfo(Clazz clazz, RequiresInfo requiresInfo)