public class SignatureAttribute extends ClassFileAttribute implements ISignatureAttribute
NO_ATTRIBUTES| Modifier and Type | Method and Description |
|---|---|
char[] |
getSignature()
Answer back the signature as described in the JVM specifications.
|
int |
getSignatureIndex()
Answer back the signature index as described in the JVM specifications.
|
getAttributeLength, getAttributeName, getAttributeNameIndexdoubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8Atclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAttributeLength, getAttributeName, getAttributeNameIndexpublic int getSignatureIndex()
ISignatureAttributegetSignatureIndex in interface ISignatureAttributepublic char[] getSignature()
ISignatureAttributegetSignature in interface ISignatureAttribute