类 AllBootstrapMethodArgumentVisitor
- java.lang.Object
-
- proguard.classfile.constant.visitor.AllBootstrapMethodArgumentVisitor
-
- 所有已实现的接口:
BootstrapMethodInfoVisitor
public class AllBootstrapMethodArgumentVisitor extends java.lang.Object implements BootstrapMethodInfoVisitor
ThisBootstrapMethodInfoVisitorlets a givenConstantVisitorvisit all constant pool entries of the bootstrap methods it visits.
-
-
构造器概要
构造器 构造器 说明 AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor.
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 voidvisitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-
-
构造器详细资料
-
AllBootstrapMethodArgumentVisitor
public AllBootstrapMethodArgumentVisitor(ConstantVisitor constantVisitor)
Creates a new AllBootstrapMethodArgumentVisitor that will delegate to the given constant visitor.
-
-
方法详细资料
-
visitBootstrapMethodInfo
public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-