首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
V-Index (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.classfile/1 1.19
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
E
F
G
H
I
K
L
M
N
O
P
R
S
T
V
V
VARARGS
- Static variable in class org.netbeans.modules.classfile.
Access
Declared with a variable number of arguments.
Variable
- Class in
org.netbeans.modules.classfile
A Java field.
VerificationTypeInfo
- Class in
org.netbeans.modules.classfile
VerificationTypeInfo structure, which is defined as a C-like union in the Java Virtual Machine Specification, section 4.8.4, and is used to define stack map frame structures.
VerificationTypeInfo.DoubleVariableInfo
- Class in
org.netbeans.modules.classfile
A Double_variable_info type, which indicates that the location contains the verification type
double
.
VerificationTypeInfo.FloatVariableInfo
- Class in
org.netbeans.modules.classfile
A Float_variable_info type, which indicates that the location contains the verification type
float
.
VerificationTypeInfo.IntegerVariableInfo
- Class in
org.netbeans.modules.classfile
A Integer_variable_info type, which indicates that the location contains the verification type
int
.
VerificationTypeInfo.LongVariableInfo
- Class in
org.netbeans.modules.classfile
A Long_variable_info type, which indicates that the location contains the verification type
long
.
VerificationTypeInfo.NullVariableInfo
- Class in
org.netbeans.modules.classfile
A Null_variable_info type, which indicates that the location contains the verification type
null
.
VerificationTypeInfo.ObjectVariableInfo
- Class in
org.netbeans.modules.classfile
An Object_variable_info type, which indicates that the location contains an instance of the class referenced by the constant pool entry.
VerificationTypeInfo.TopVariableInfo
- Class in
org.netbeans.modules.classfile
A Top_variable_info type, which indicates that the local variable has the verification type
top
.
VerificationTypeInfo.UninitializedThisVariableInfo
- Class in
org.netbeans.modules.classfile
A UninitializedThis_variable_info type, which indicates that the location contains the verification type
uninitializedThis
.
VerificationTypeInfo.UninitializedVariableInfo
- Class in
org.netbeans.modules.classfile
An Uninitialized_variable_info type, which indicates that the location contains the verification type
uninitialized(
offset
)
.
VOLATILE
- Static variable in class org.netbeans.modules.classfile.
Access
Declared volatile; cannot be cached.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.netbeans.modules.classfile/1 1.19
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.