-
- All Implemented Interfaces:
public final class StackMapTableAttribute extends AttributeInfo
Describes a BootstrapMethods attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classStackMapTableAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private Array<StackMapFrameEntry>entriesprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description StackMapTableAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final Array<StackMapFrameEntry>getEntries()stackMapFrame entries in the StackMapTableAttribute structure final UnitsetEntries(Array<StackMapFrameEntry> entries)stackMapFrame entries in the StackMapTableAttribute 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
-
StackMapTableAttribute
StackMapTableAttribute(ClassFile classFile)
-
-
Method Detail
-
getEntries
final Array<StackMapFrameEntry> getEntries()
stackMapFrame entries in the StackMapTableAttribute structure
-
setEntries
final Unit setEntries(Array<StackMapFrameEntry> entries)
stackMapFrame entries in the StackMapTableAttribute structure
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-