当前页面: 
在线文档首页 > 
NetBeans API Javadoc (Current Development Version)
CPIntegerInfo (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class CPIntegerInfo
java.lang.Object
   org.netbeans.modules.classfile.CPEntry
org.netbeans.modules.classfile.CPEntry
       org.netbeans.modules.classfile.CPIntegerInfo
org.netbeans.modules.classfile.CPIntegerInfo
- public final class CPIntegerInfo 
- extends CPEntry
A class representing the CONSTANT_Integer constant pool type.
| Method Summary | 
|  int | getTag()Returns the constant type value, or tag, as defined by
 table 4.3 of the Java Virtual Machine specification.
 | 
|  String | toString()
 | 
 
| Methods inherited from class org.netbeans.modules.classfile.CPEntry | 
| getValue | 
 
 
getTag
public final int getTag()
- Description copied from class: CPEntry
- Returns the constant type value, or tag, as defined by
 table 4.3 of the Java Virtual Machine specification.
 
- 
- Specified by:
- getTagin class- CPEntry
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-