public class BootstrapMethodsAttributeEditor
extends java.lang.Object
Constructor and Description |
---|
BootstrapMethodsAttributeEditor(BootstrapMethodsAttribute targetBootstrapMethodsAttribute)
Creates a new BootstrapMethodsAttributeEditor that will edit bootstrap methods in the given
bootstrap methods attribute.
|
Modifier and Type | Method and Description |
---|---|
int |
addBootstrapMethodInfo(BootstrapMethodInfo bootstrapMethodInfo)
Adds a given bootstrap method to the bootstrap methods attribute.
|
void |
removeBootstrapMethodInfo(BootstrapMethodInfo bootstrapMethodInfo)
Removes the given bootstrap method from the bootstrap method attribute.
|
public BootstrapMethodsAttributeEditor(BootstrapMethodsAttribute targetBootstrapMethodsAttribute)
public int addBootstrapMethodInfo(BootstrapMethodInfo bootstrapMethodInfo)
public void removeBootstrapMethodInfo(BootstrapMethodInfo bootstrapMethodInfo)