public class BootstrapMethodsAttributeAdder extends Object implements BootstrapMethodInfoVisitor
| Constructor and Description |
|---|
BootstrapMethodsAttributeAdder(ProgramClass targetClass)
Creates a new BootstrapMethodsAttributeAdder that will copy bootstrap
methods into the given target class/
|
| Modifier and Type | Method and Description |
|---|---|
int |
getBootstrapMethodIndex()
Returns the index of the most recently added bootstrap method.
|
void |
visitBootstrapMethodInfo(Clazz clazz,
BootstrapMethodInfo bootstrapMethodInfo) |
public BootstrapMethodsAttributeAdder(ProgramClass targetClass)
public int getBootstrapMethodIndex()
public void visitBootstrapMethodInfo(Clazz clazz, BootstrapMethodInfo bootstrapMethodInfo)
visitBootstrapMethodInfo in interface BootstrapMethodInfoVisitorCopyright © 2015. All Rights Reserved.