Package aQute.bnd.classfile
Class StackMapTableAttribute.AppendFrame
java.lang.Object
aQute.bnd.classfile.StackMapTableAttribute.StackMapFrame
aQute.bnd.classfile.StackMapTableAttribute.AppendFrame
- Enclosing class:
- StackMapTableAttribute
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal int
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
ConstructorsConstructorDescriptionAppendFrame
(int tag, int delta, StackMapTableAttribute.VerificationTypeInfo[] locals) -
Method Summary
-
Field Details
-
delta
public final int delta -
locals
-
-
Constructor Details
-
AppendFrame
-
-
Method Details
-
type
public int type()- Specified by:
type
in classStackMapTableAttribute.StackMapFrame
-
toString
- Overrides:
toString
in classStackMapTableAttribute.StackMapFrame
-