Klasse StackMapTableAttribute

Alle implementierten Schnittstellen:
IClassFileAttribute, IStackMapTableAttribute

public class StackMapTableAttribute extends ClassFileAttribute implements IStackMapTableAttribute
Default implementation of IStackMapTableAttribute.
Siehe auch:
  • Konstruktordetails

    • StackMapTableAttribute

      public StackMapTableAttribute(byte[] classFileBytes, IConstantPool constantPool, int offset) throws ClassFormatException
      Constructor for LineNumberAttribute.
      Parameter:
      classFileBytes -
      constantPool -
      offset -
      Löst aus:
      ClassFormatException
  • Methodendetails

    • getNumberOfEntries

      public int getNumberOfEntries()
      Beschreibung aus Schnittstelle kopiert: IStackMapTableAttribute
      Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
      Angegeben von:
      getNumberOfEntries in Schnittstelle IStackMapTableAttribute
      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: IStackMapTableAttribute
      Answer back the stack map frames for this attribute as specified in the JVM specifications.
      Angegeben von:
      getStackMapFrame in Schnittstelle IStackMapTableAttribute
      Gibt zurück:
      the stack map frames for this attribute as specified in the JVM specifications
    • getBytes

      public byte[] getBytes()