Schnittstelle ISignatureAttribute

Alle Superschnittstellen:
IClassFileAttribute
Alle bekannten Implementierungsklassen:
SignatureAttribute

public interface ISignatureAttribute extends IClassFileAttribute
Description of a signature attribute as described in the JVM specifications (added in J2SE 1.5). This interface may be implemented by clients.
Seit:
3.0
  • Methodendetails

    • getSignatureIndex

      int getSignatureIndex()
      Answer back the signature index as described in the JVM specifications.
      Gibt zurück:
      the signature index as described in the JVM specifications
    • getSignature

      char[] getSignature()
      Answer back the signature as described in the JVM specifications.
      Gibt zurück:
      the signature as described in the JVM specifications