public final class AttInnerClasses extends BaseAttribute
InnerClasses 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 |
|---|
AttInnerClasses(InnerClassList innerClasses)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
int |
byteLength()
Get the total length of the attribute in bytes, including the
header.
|
InnerClassList |
getInnerClasses()
Gets the list of "inner class" entries associated with this instance.
|
getNamepublic static final java.lang.String ATTRIBUTE_NAME
non-null; attribute name for attributes of this typepublic AttInnerClasses(InnerClassList innerClasses)
innerClasses - non-null; list of inner class entriespublic int byteLength()
6.>= 6; the total length, in bytespublic InnerClassList getInnerClasses()
non-null; the listCopyright © 2020. All Rights Reserved.