Klasse SignatureAttribute

Alle implementierten Schnittstellen:
IClassFileAttribute, ISignatureAttribute

public class SignatureAttribute extends ClassFileAttribute implements ISignatureAttribute
Seit:
3.0
  • Methodendetails

    • getSignatureIndex

      public int getSignatureIndex()
      Beschreibung aus Schnittstelle kopiert: ISignatureAttribute
      Answer back the signature index as described in the JVM specifications.
      Angegeben von:
      getSignatureIndex in Schnittstelle ISignatureAttribute
      Gibt zurück:
      the signature index as described in the JVM specifications
    • getSignature

      public char[] getSignature()
      Beschreibung aus Schnittstelle kopiert: ISignatureAttribute
      Answer back the signature as described in the JVM specifications.
      Angegeben von:
      getSignature in Schnittstelle ISignatureAttribute
      Gibt zurück:
      the signature as described in the JVM specifications