Class SignatureAttribute

All Implemented Interfaces:
IClassFileAttribute, ISignatureAttribute

public class SignatureAttribute extends ClassFileAttribute implements ISignatureAttribute
Since:
3.0
  • Method Details

    • 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