Package aQute.bnd.classfile
Class StackMapTableAttribute.ChopFrame
java.lang.Object
aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
aQute.bnd.classfile.StackMapTableAttribute.ChopFrame
- Enclosing class:
- StackMapTableAttribute
-
Field Summary
FieldsFields inherited from class aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
APPEND, CHOP, FULL_FRAME, RESERVED, SAME, SAME_FRAME_EXTENDED, SAME_LOCALS_1_STACK_ITEM, SAME_LOCALS_1_STACK_ITEM_EXTENDED, tag
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
delta
public final int delta
-
-
Constructor Details
-
ChopFrame
public ChopFrame(int tag, int delta)
-
-
Method Details
-
type
public int type()- Specified by:
type
in classStackMapTableAttribute.StackMapFrame
-
toString
- Overrides:
toString
in classStackMapTableAttribute.StackMapFrame
-