Class StackMapAttribute

All Implemented Interfaces:
IClassFileAttribute, IStackMapAttribute

public class StackMapAttribute extends ClassFileAttribute implements IStackMapAttribute
Default implementation of IStackMapAttribute.
See Also:
IStackMapAttribute
  • Constructor Details

  • Method Details

    • getNumberOfEntries

      public int getNumberOfEntries()
      Description copied from interface: IStackMapAttribute
      Answer back the number of stack map frames of this atribute as specified in the JVM specifications.
      Specified by:
      getNumberOfEntries in interface IStackMapAttribute
      Returns:
      the number of stack map frames of this atribute as specified in the JVM specifications
    • getStackMapFrame

      public IStackMapFrame[] getStackMapFrame()
      Description copied from interface: IStackMapAttribute
      Answer back the stack map frames for this attribute as specified in the JVM specifications.
      Specified by:
      getStackMapFrame in interface IStackMapAttribute
      Returns:
      the stack map frames for this attribute as specified in the JVM specifications
    • getBytes

      public byte[] getBytes()