Interface BootstrapMethodInfoVisitor

All Known Implementing Classes:
AllBootstrapMethodArgumentVisitor, AllProcessableVisitor, BootstrapMethodHandleTraveler, BootstrapMethodInfoAdder, BootstrapMethodsAttributeAdder, BootstrapMethodsAttributeShrinker, ClassCleaner, ClassPrinter, ConstantPoolRemapper, ConstantPoolShrinker, LambdaExpressionCollector, ProgramClassReader

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