org.aspectj.org.eclipse.jdt.internal.core.util
Class SignatureAttribute

java.lang.Object
  extended by org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
      extended by org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
          extended by org.aspectj.org.eclipse.jdt.internal.core.util.SignatureAttribute
All Implemented Interfaces:
IClassFileAttribute, ISignatureAttribute

public class SignatureAttribute
extends ClassFileAttribute
implements ISignatureAttribute

Since:
3.0

Field Summary
 
Fields inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
NO_ATTRIBUTES
 
Method Summary
 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.
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
 
Methods inherited from class org.aspectj.org.eclipse.jdt.internal.core.util.ClassFileStruct
doubleAt, floatAt, i1At, i2At, i4At, i8At, u1At, u2At, u4At, utf8At
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.aspectj.org.eclipse.jdt.core.util.IClassFileAttribute
getAttributeLength, getAttributeName, getAttributeNameIndex
 

Method Detail

getSignatureIndex

public int getSignatureIndex()
Description copied from interface: ISignatureAttribute
Answer back the signature index as described in the JVM specifications.

Specified by:
getSignatureIndex in interface ISignatureAttribute
Returns:
the signature index as described in the JVM specifications

getSignature

public char[] getSignature()
Description copied from interface: ISignatureAttribute
Answer back the signature as described in the JVM specifications.

Specified by:
getSignature in interface ISignatureAttribute
Returns:
the signature as described in the JVM specifications