org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class ArrayElementValue

java.lang.Object
  extended by org.netbeans.modules.classfile.ElementValue
      extended by 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.


Method Summary
 ElementValue[] getValues()
          Returns the set of ElementValue instances for this component.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getValues

public ElementValue[] getValues()
Returns the set of ElementValue instances for this component.


toString

public String toString()
Overrides:
toString in class Object

org.netbeans.modules.classfile/1 1.35

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.