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