public class AllBootstrapMethodArgumentVisitor extends java.lang.Object implements BootstrapMethodInfoVisitor
BootstrapMethodInfoVisitor lets a given ConstantVisitor visit all
constant pool entries of the bootstrap methods it visits.| Constructor and Description |
|---|
AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)
Creates a new AllBootstrapMethodArgumentVisitor that will delegate to
the given constant visitor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
public AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)
public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
visitBootstrapMethodInfo in interface BootstrapMethodInfoVisitor