Package aQute.bnd.classfile
Class StackMapTableAttribute.StackMapFrame
java.lang.Object
aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
- Direct Known Subclasses:
StackMapTableAttribute.AppendFrame
,StackMapTableAttribute.ChopFrame
,StackMapTableAttribute.FullFrame
,StackMapTableAttribute.SameFrame
,StackMapTableAttribute.SameFrameExtended
,StackMapTableAttribute.SameLocals1StackItemFrame
,StackMapTableAttribute.SameLocals1StackItemFrameExtended
- Enclosing class:
- StackMapTableAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
final int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoString()
abstract int
type()
(package private) int
(package private) void
write
(DataOutput out, ConstantPool constant_pool)
-
Field Details
-
SAME
public static final int SAME- See Also:
-
SAME_LOCALS_1_STACK_ITEM
public static final int SAME_LOCALS_1_STACK_ITEM- See Also:
-
RESERVED
public static final int RESERVED- See Also:
-
SAME_LOCALS_1_STACK_ITEM_EXTENDED
public static final int SAME_LOCALS_1_STACK_ITEM_EXTENDED- See Also:
-
CHOP
public static final int CHOP- See Also:
-
SAME_FRAME_EXTENDED
public static final int SAME_FRAME_EXTENDED- See Also:
-
APPEND
public static final int APPEND- See Also:
-
FULL_FRAME
public static final int FULL_FRAME- See Also:
-
tag
public final int tag
-
-
Constructor Details
-
StackMapFrame
protected StackMapFrame(int tag)
-
-
Method Details
-
type
public abstract int type() -
toString
-
write
- Throws:
IOException
-
value_length
int value_length()
-