public interface IBootstrapMethodsAttribute extends IClassFileAttribute
| Modifier and Type | Method and Description |
|---|---|
IBootstrapMethodsEntry[] |
getBootstrapMethods()
Answer back the bootstrap methods table of this entry as specified in
the JVM specifications.
|
int |
getBootstrapMethodsLength()
Answer back the number of bootstrap methods of this entry as specified in
the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexint getBootstrapMethodsLength()
IBootstrapMethodsEntry[] getBootstrapMethods()