Class SignatureAttribute
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
org.aspectj.org.eclipse.jdt.internal.core.util.SignatureAttribute
-
Field Summary
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES -
Method Summary
Modifier and TypeMethodDescriptionchar[]Answer back the signature as described in the JVM specifications.intAnswer back the signature index as described in the JVM specifications.Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndexMethods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8AtMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
-
Method Details
-
getSignatureIndex
public int getSignatureIndex()Description copied from interface:ISignatureAttributeAnswer back the signature index as described in the JVM specifications.- Specified by:
getSignatureIndexin interfaceISignatureAttribute- Returns:
- the signature index as described in the JVM specifications
-
getSignature
public char[] getSignature()Description copied from interface:ISignatureAttributeAnswer back the signature as described in the JVM specifications.- Specified by:
getSignaturein interfaceISignatureAttribute- Returns:
- the signature as described in the JVM specifications
-