mjc

Uses of Class
org.multijava.util.classfile.AnnotElementValue

Packages that use AnnotElementValue
org.multijava.util.classfile Provides an editor for classfiles used by MultiJava and the Java Modeling Language
 

Uses of AnnotElementValue in org.multijava.util.classfile
 

Subclasses of AnnotElementValue in org.multijava.util.classfile
 class AnnotBooleanElementValue
          A class representing a boolean value in an element-value pair of an annotation structure.
 class AnnotByteElementValue
          A class representing a byte value in an element-value pair of an annotation structure.
 class AnnotCharElementValue
          A class representing a char value in an element-value pair of an annotation structure
 class AnnotDoubleElementValue
          A class representing a double value in an element-value pair of an annotation structure.
 class AnnotFloatElementValue
          A class representing a float value in an element-value pair of an annotation structure.
 class AnnotIntegerElementValue
          A class representing a char value in an element-value pair of an annotation structure.
 class AnnotLongElementValue
          A class representing a long value in an element-value pair of an annotation structure.
 class AnnotShortElementValue
          A class representing a short value in an element-value pair of an annotation structure.
 class AnnotStringElementValue
          A class representing a String value in an element-value pair of an annotation structure.
 

Fields in org.multijava.util.classfile declared as AnnotElementValue
private  AnnotElementValue Annotation.ElementValuePair.value
          the value of the pair
 

Methods in org.multijava.util.classfile that return AnnotElementValue
 AnnotElementValue Annotation.getValue(String elementName)
          Return the value of the given element in the notation, or null if the annotation does not contain such an element.
 AnnotElementValue Annotation.ElementValuePair.value()
          Return the value of this element-value pair.
 

Methods in org.multijava.util.classfile with parameters of type AnnotElementValue
 void Annotation.addElement(String name, AnnotElementValue value)
          Add an element-value pair to the annotation.
 

Constructors in org.multijava.util.classfile with parameters of type AnnotElementValue
Annotation.ElementValuePair(String name, AnnotElementValue value)
          Construct a new element-value pair for an annotation structure.
 


mjc

mjc is Copyright (C) 2000-2004 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. mjc is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.