Class AllBootstrapMethodArgumentVisitor
- java.lang.Object
-
- proguard.classfile.constant.visitor.AllBootstrapMethodArgumentVisitor
-
- All Implemented Interfaces:
BootstrapMethodInfoVisitor
public class AllBootstrapMethodArgumentVisitor extends java.lang.Object implements BootstrapMethodInfoVisitor
ThisBootstrapMethodInfoVisitor
lets a givenConstantVisitor
visit all constant pool entries of the bootstrap methods it visits.
-
-
Constructor Summary
Constructors Constructor Description AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)
Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-
-
Constructor Detail
-
AllBootstrapMethodArgumentVisitor
public AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)
Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor.
-
-
Method Detail
-
visitBootstrapMethodInfo
public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
- Specified by:
visitBootstrapMethodInfo
in interfaceBootstrapMethodInfoVisitor
-
-