|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
append_frame
, which means that the operand
stack is empty and the current locals are the same as the locals in the
previous frame, except that k additional locals are defined.chop_frame
, which means that the operand
stack is empty and the current locals are the same as the locals in
the previous frame, except that the k last locals are absent.full_frame
, which declares all of its
locals and stack items.same_frame
, which means that the frame
has exactly the same locals as the previous stack map frame and that
the number of stack items is zero.same_frame_extended
, which means the frame
has exactly the same locals as the previous stack map frame and that the
number of stack items is zero.same_locals_1_stack_item_frame
, which means
that the frame has exactly the same locals as the previous stack map
frame and that the number of stack items is 1.same_locals_1_stack_item_frame_extended
,
which means that the frame has exactly the same locals as the previous
stack map frame and that the number of stack items is 1.
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |