|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StackMapFrame in org.netbeans.modules.classfile |
---|
Subclasses of StackMapFrame in org.netbeans.modules.classfile | |
---|---|
static class |
StackMapFrame.AppendFrame
A frame type of 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. |
static class |
StackMapFrame.ChopFrame
A frame type of 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. |
static class |
StackMapFrame.FullFrame
A frame type of full_frame , which declares all of its
locals and stack items. |
static class |
StackMapFrame.SameFrame
A frame type of 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. |
static class |
StackMapFrame.SameFrameExtended
A frame type of 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. |
static class |
StackMapFrame.SameLocals1StackItemFrame
A frame type of 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. |
static class |
StackMapFrame.SameLocals1StackItemFrameExtended
A frame type of 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. |
Methods in org.netbeans.modules.classfile that return StackMapFrame | |
---|---|
StackMapFrame[] |
Code.getStackMapTable()
Returns the stack map table for this code, which defines the stack frame information needed by the new classfile verifier in Java 6. |
|
org.netbeans.modules.classfile/1 1.19 | |||||||||
PREV NEXT | FRAMES NO FRAMES |