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, getAttributeNameIndex
int getBootstrapMethodsLength()
IBootstrapMethodsEntry[] getBootstrapMethods()
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.