当前页面:
在线文档首页 >
NetBeans API Javadoc (Current Development Version)
ArrayElementValue (Classfile Reader) - NetBeans API Javadoc (Current Development Version)
org.netbeans.modules.classfile
Class ArrayElementValue
java.lang.Object
org.netbeans.modules.classfile.ElementValue
org.netbeans.modules.classfile.ArrayElementValue
public final class ArrayElementValue
- extends ElementValue
ArrayElementValue: the value portion of an annotation element that
is an array of ElementValue instances.
getValues
public ElementValue[] getValues()
- Returns the set of ElementValue instances for this component.
toString
public String toString()
- Overrides:
toString
in class Object