当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
CPClassInfo (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class CPClassInfo
java.lang.Object
org.netbeans.modules.classfile.CPEntry
org.netbeans.modules.classfile.CPClassInfo
public final class CPClassInfo
- extends CPEntry
A class representing the CONSTANT_Class constant pool type.
getClassName
public ClassName getClassName()
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:
getTag
in class CPEntry
toString
public String toString()
getName
public String getName()
getValue
public Object getValue()
- Overrides:
getValue
in class CPEntry