com.android.dx.cf.attrib
Class AttInnerClasses
java.lang.Object
com.android.dx.cf.attrib.BaseAttribute
com.android.dx.cf.attrib.AttInnerClasses
- All Implemented Interfaces:
- Attribute
public final class AttInnerClasses
- extends BaseAttribute
Attribute class for standard InnerClasses attributes.
|
Method Summary |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ATTRIBUTE_NAME
public static final String ATTRIBUTE_NAME
non-null; attribute name for attributes of this type
- See Also:
- Constant Field Values
AttInnerClasses
public AttInnerClasses(InnerClassList innerClasses)
- Constructs an instance.
- Parameters:
innerClasses - non-null; list of inner class entries
byteLength
public int byteLength()
- Get the total length of the attribute in bytes, including the
header. Since the header is always six bytes, the result of
this method is always at least
6.
- Returns:
>= 6; the total length, in bytes
getInnerClasses
public InnerClassList getInnerClasses()
- Gets the list of "inner class" entries associated with this instance.
- Returns:
non-null; the list
Copyright © 2015. All rights reserved.