org.netbeans.modules.classfile/1 1.35

org.netbeans.modules.classfile
Class NestedElementValue

java.lang.Object
  extended by org.netbeans.modules.classfile.ElementValue
      extended by org.netbeans.modules.classfile.NestedElementValue

public final class NestedElementValue
extends ElementValue

NestedElementValue: an annotation on a program element that is another annotation. The value for this annotation is the nested AnnotationComponent.


Method Summary
 Annotation getNestedValue()
          Returns the value of this component, which is an Annotation.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getNestedValue

public final Annotation getNestedValue()
Returns the value of this component, which is an Annotation.


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.