-
- All Implemented Interfaces:
public final class PermittedSubclassesAttribute extends AttributeInfo
Describes a PermittedSubclasses attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classPermittedSubclassesAttribute.Companion
-
Constructor Summary
Constructors Constructor Description PermittedSubclassesAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final IntArraygetEntries()List of classes in the PermittedSubclassesAttribute structure final UnitsetEntries(IntArray entries)List of classes in the PermittedSubclassesAttribute 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
-
PermittedSubclassesAttribute
PermittedSubclassesAttribute(ClassFile classFile)
-
-
Method Detail
-
getEntries
final IntArray getEntries()
List of classes in the PermittedSubclassesAttribute structure
-
setEntries
final Unit setEntries(IntArray entries)
List of classes in the PermittedSubclassesAttribute structure
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-