Class AllBootstrapMethodArgumentVisitor
java.lang.Object
proguard.classfile.constant.visitor.AllBootstrapMethodArgumentVisitor
- All Implemented Interfaces:
BootstrapMethodInfoVisitor
This
BootstrapMethodInfoVisitor lets a given ConstantVisitor visit all constant
pool entries of the bootstrap methods it visits.-
Constructor Summary
ConstructorsConstructorDescriptionAllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor) Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor. -
Method Summary
Modifier and TypeMethodDescriptionvoidvisitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
Constructor Details
-
AllBootstrapMethodArgumentVisitor
Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor.
-
-
Method Details
-
visitBootstrapMethodInfo
- Specified by:
visitBootstrapMethodInfoin interfaceBootstrapMethodInfoVisitor
-