Package aQute.bnd.classfile
Class StackMapTableAttribute.SameFrame
java.lang.Object
aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
aQute.bnd.classfile.StackMapTableAttribute.SameFrame
- Enclosing class:
- StackMapTableAttribute
-
Field Summary
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 -
Method Summary
Methods inherited from class aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
toString, value_length, write
-
Constructor Details
-
SameFrame
public SameFrame(int tag)
-
-
Method Details
-
type
public int type()- Specified by:
type
in classStackMapTableAttribute.StackMapFrame
-