Package aQute.bnd.classfile
Class StackMapTableAttribute.ChopFrame
- java.lang.Object
-
- aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
-
- aQute.bnd.classfile.StackMapTableAttribute.ChopFrame
-
- Enclosing class:
- StackMapTableAttribute
public static class StackMapTableAttribute.ChopFrame extends StackMapTableAttribute.StackMapFrame
-
-
Field Summary
Fields Modifier and Type Field Description int
delta
-
Fields 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 Constructor Description ChopFrame(int tag, int delta)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toString()
int
type()
-
-
-
Method Detail
-
type
public int type()
- Specified by:
type
in classStackMapTableAttribute.StackMapFrame
-
toString
public java.lang.String toString()
- Overrides:
toString
in classStackMapTableAttribute.StackMapFrame
-
-