类 BootstrapMethodsAttributeAdder
- java.lang.Object
-
- proguard.classfile.editor.BootstrapMethodsAttributeAdder
-
- 所有已实现的接口:
BootstrapMethodInfoVisitor
public class BootstrapMethodsAttributeAdder extends java.lang.Object implements BootstrapMethodInfoVisitor
ThisBootstrapMethodInfoVisitoradds all bootstrap methods that it visits to the given target class, creating a bootstrap methods attribute if necessary.
-
-
构造器概要
构造器 构造器 说明 BootstrapMethodsAttributeAdder(ProgramClass targetClass)Creates a new BootstrapMethodsAttributeAdder that will copy bootstrap methods into the given target class/
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 intgetBootstrapMethodIndex()Returns the index of the most recently added bootstrap method.voidvisitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-
-
构造器详细资料
-
BootstrapMethodsAttributeAdder
public BootstrapMethodsAttributeAdder(ProgramClass targetClass)
Creates a new BootstrapMethodsAttributeAdder that will copy bootstrap methods into the given target class/
-
-
方法详细资料
-
getBootstrapMethodIndex
public int getBootstrapMethodIndex()
Returns the index of the most recently added bootstrap method.
-
visitBootstrapMethodInfo
public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
-
-