Klasse StackMapAttribute

Alle implementierten Schnittstellen:
IClassFileAttribute, IStackMapAttribute

public class StackMapAttribute extends ClassFileAttribute implements IStackMapAttribute
Default implementation of IStackMapAttribute.
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getNumberOfEntries

      public int getNumberOfEntries()
      Beschreibung aus Schnittstelle kopiert: IStackMapAttribute
      Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
      Angegeben von:
      getNumberOfEntries in Schnittstelle IStackMapAttribute
      Gibt zurück:
      the number of stack map frames of this atribute as specified in the JVM specifications
    • getStackMapFrame

      public IStackMapFrame[] getStackMapFrame()
      Beschreibung aus Schnittstelle kopiert: IStackMapAttribute
      Answer back the stack map frames for this attribute as specified in the JVM specifications.
      Angegeben von:
      getStackMapFrame in Schnittstelle IStackMapAttribute
      Gibt zurück:
      the stack map frames for this attribute as specified in the JVM specifications
    • getBytes

      public byte[] getBytes()