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 java.lang.Object implements AttributeStackMapTable.StackMapFrame
-
-
Field Summary
Fields Modifier and Type Field Description private short
frame_type
private int
offset_delta
-
Constructor Summary
Constructors Modifier Constructor Description private
StackMapFrameChopFrame(short frame_type, int offset_delta)
-