当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ClassElementValue (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class ClassElementValue
java.lang.Object
org.netbeans.modules.classfile.ElementValue
org.netbeans.modules.classfile.ClassElementValue
public final class ClassElementValue
- extends ElementValue
ClassElementValue: the value part of a single element for
those annotations that are a class type.
getClassName
public final ClassName getClassName()
- Returns the value of this component, as a class constant pool entry.
toString
public String toString()
- Overrides:
toString
in class Object