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