Class AllBootstrapMethodArgumentVisitor

java.lang.Object
proguard.classfile.constant.visitor.AllBootstrapMethodArgumentVisitor
All Implemented Interfaces:
BootstrapMethodInfoVisitor

public class AllBootstrapMethodArgumentVisitor extends Object implements BootstrapMethodInfoVisitor
This BootstrapMethodInfoVisitor lets a given ConstantVisitor visit all constant pool entries of the bootstrap methods it visits.
  • Constructor Details

    • AllBootstrapMethodArgumentVisitor

      public AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)
      Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor.
  • Method Details