public class AttBootstrapMethods extends BaseAttribute
AttBootstrapMethods attributes.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ATTRIBUTE_NAME
non-null; attribute name for attributes of this type |
| Constructor and Description |
|---|
AttBootstrapMethods(BootstrapMethodsList bootstrapMethods) |
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
BootstrapMethodsList |
getBootstrapMethods()
Get the bootstrap methods present in attribute.
|
getNamepublic static final java.lang.String ATTRIBUTE_NAME
non-null; attribute name for attributes of this typepublic AttBootstrapMethods(BootstrapMethodsList bootstrapMethods)
public int byteLength()
Attribute6.>= 6; the total length, in bytespublic BootstrapMethodsList getBootstrapMethods()
Copyright © 2020. All Rights Reserved.