Class AttributeStackMapTable.StackMapFrameChopFrame

java.lang.Object
org.benf.cfr.reader.entities.attributes.AttributeStackMapTable.StackMapFrameChopFrame
All Implemented Interfaces:
AttributeStackMapTable.StackMapFrame
Enclosing class:
AttributeStackMapTable

private static class AttributeStackMapTable.StackMapFrameChopFrame extends Object implements AttributeStackMapTable.StackMapFrame
  • Field Details

    • frame_type

      private final short frame_type
    • offset_delta

      private final int offset_delta
  • Constructor Details

    • StackMapFrameChopFrame

      private StackMapFrameChopFrame(short frame_type, int offset_delta)