站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

S-Index (Classfile Reader) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.classfile/1 1.19
A B C E F G H I K L M N O P R S T V

S

size() - Method in class org.netbeans.modules.classfile.AttributeMap
Returns the number of attributes in this map.
skipBytes(int) - Method in class org.netbeans.modules.classfile.ConstantPoolReader
 
StackMapFrame - Class in org.netbeans.modules.classfile
A stack map frame, as defined by a StackMapTable attribute.
StackMapFrame.AppendFrame - Class in org.netbeans.modules.classfile
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.
StackMapFrame.ChopFrame - Class in org.netbeans.modules.classfile
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.
StackMapFrame.FullFrame - Class in org.netbeans.modules.classfile
A frame type of full_frame, which declares all of its locals and stack items.
StackMapFrame.SameFrame - Class in org.netbeans.modules.classfile
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.
StackMapFrame.SameFrameExtended - Class in org.netbeans.modules.classfile
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.
StackMapFrame.SameLocals1StackItemFrame - Class in org.netbeans.modules.classfile
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.
StackMapFrame.SameLocals1StackItemFrameExtended - Class in org.netbeans.modules.classfile
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.
STATIC - Static variable in class org.netbeans.modules.classfile.Access
Declared static.
STRICT - Static variable in class org.netbeans.modules.classfile.Access
Declared strictfp; floating point mode is FP-strict.
SUPER - Static variable in class org.netbeans.modules.classfile.Access
Treat superclass methods specially when invoked by the invokespecial instruction.
SYNCHRONIZED - Static variable in class org.netbeans.modules.classfile.Access
Declared synchronized; invocation is wrapped in a monitor lock.
SYNTHETIC - Static variable in class org.netbeans.modules.classfile.Access
Declared synthetic, not present in the source file.

org.netbeans.modules.classfile/1 1.19
A B C E F G H I K L M N O P R S T V
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.