-
- All Implemented Interfaces:
public final class SyntheticAttribute extends AttributeInfo
Describes a Synthetic attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSyntheticAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SyntheticAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description 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
-
SyntheticAttribute
SyntheticAttribute(ClassFile classFile)
-
-
Method Detail
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-