-
- All Implemented Interfaces:
public final class InnerClassesAttribute extends AttributeInfo
Describes an InnerClasses attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classInnerClassesAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<InnerClassesEntry>classesprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description InnerClassesAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<InnerClassesEntry>getClasses()Inner classes of the parent ClassFile structure final UnitsetClasses(Array<InnerClassesEntry> classes)Inner classes of the parent ClassFile structure IntegergetAttributeLength()Get the length of this attribute in bytes. -
Methods inherited from class org.gjt.jclasslib.structures.AttributeInfo
getAttributeNameIndex, getName, setAttributeNameIndex -
Methods inherited from class org.gjt.jclasslib.structures.Structure
read, write -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
InnerClassesAttribute
InnerClassesAttribute(ClassFile classFile)
-
-
Method Detail
-
getClasses
final Array<InnerClassesEntry> getClasses()
Inner classes of the parent ClassFile structure
-
setClasses
final Unit setClasses(Array<InnerClassesEntry> classes)
Inner classes of the parent ClassFile structure
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-