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