-
- All Implemented Interfaces:
public final class SignatureAttribute extends AttributeInfo
Describes an Signature attribute structure.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classSignatureAttribute.Companion
-
Field Summary
Fields Modifier and Type Field Description private IntegersignatureIndexprivate final ConstantUtf8InfosignatureConstantprivate IntegerattributeNameIndexprivate final Stringname
-
Constructor Summary
Constructors Constructor Description SignatureAttribute(ClassFile classFile)
-
Method Summary
Modifier and Type Method Description final IntegergetSignatureIndex()Constant pool index of the CONSTANT_Utf8_info structure representing the signature. final UnitsetSignatureIndex(Integer signatureIndex)Constant pool index of the CONSTANT_Utf8_info structure representing the signature. final ConstantUtf8InfogetSignatureConstant()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
-
SignatureAttribute
SignatureAttribute(ClassFile classFile)
-
-
Method Detail
-
getSignatureIndex
final Integer getSignatureIndex()
Constant pool index of the CONSTANT_Utf8_info structure representing the signature.
-
setSignatureIndex
final Unit setSignatureIndex(Integer signatureIndex)
Constant pool index of the CONSTANT_Utf8_info structure representing the signature.
-
getSignatureConstant
final ConstantUtf8Info getSignatureConstant()
-
getAttributeLength
Integer getAttributeLength()
Get the length of this attribute in bytes.
-
-
-
-