Uses of Class
edu.rice.cs.cunit.classFile.attributes.AAnnotationsAttributeInfo.Annotation.AMemberValue

Packages that use AAnnotationsAttributeInfo.Annotation.AMemberValue
edu.rice.cs.cunit.classFile   
edu.rice.cs.cunit.classFile.attributes   
 

Uses of AAnnotationsAttributeInfo.Annotation.AMemberValue in edu.rice.cs.cunit.classFile
 

Methods in edu.rice.cs.cunit.classFile with parameters of type AAnnotationsAttributeInfo.Annotation.AMemberValue
private static void ClassFileTools.processMemberValue(AAnnotationsAttributeInfo.Annotation.AMemberValue mv, java.util.HashSet<java.lang.String> classesUsed)
          Helper for processAnnotation that processes an annotation member value.
 

Uses of AAnnotationsAttributeInfo.Annotation.AMemberValue in edu.rice.cs.cunit.classFile.attributes
 

Subclasses of AAnnotationsAttributeInfo.Annotation.AMemberValue in edu.rice.cs.cunit.classFile.attributes
static class AAnnotationsAttributeInfo.Annotation.AnnotationMemberValue
          Storage class for an annotation value.
static class AAnnotationsAttributeInfo.Annotation.ArrayMemberValue
          Storage class for an array.
static class AAnnotationsAttributeInfo.Annotation.ClassMemberValue
          Storage class for a class value.
static class AAnnotationsAttributeInfo.Annotation.ConstantMemberValue
          Storage class for constants.
static class AAnnotationsAttributeInfo.Annotation.EnumMemberValue
          Storage class for an enum.
 

Fields in edu.rice.cs.cunit.classFile.attributes declared as AAnnotationsAttributeInfo.Annotation.AMemberValue
(package private)  AAnnotationsAttributeInfo.Annotation.AMemberValue[] AAnnotationsAttributeInfo.Annotation.ArrayMemberValue.entries
          Array of values.
private  AAnnotationsAttributeInfo.Annotation.AMemberValue AAnnotationsAttributeInfo.Annotation.NameValuePair.value
          Value.
 

Methods in edu.rice.cs.cunit.classFile.attributes that return AAnnotationsAttributeInfo.Annotation.AMemberValue
 AAnnotationsAttributeInfo.Annotation.AMemberValue AnnotationDefaultAttributeInfo.getDefaultValue()
          Returns the default value stored in this attribute.
 AAnnotationsAttributeInfo.Annotation.AMemberValue[] AAnnotationsAttributeInfo.Annotation.ArrayMemberValue.getEntries()
          Accessor for the entries.
 AAnnotationsAttributeInfo.Annotation.AMemberValue AAnnotationsAttributeInfo.Annotation.NameValuePair.getValue()
          Accessor for the value.
static AAnnotationsAttributeInfo.Annotation.AMemberValue AAnnotationsAttributeInfo.Annotation.AMemberValue.read(ConstantPool cp, byte[] data, int start)
          Parses member value data and returns a member value.
 

Methods in edu.rice.cs.cunit.classFile.attributes with parameters of type AAnnotationsAttributeInfo.Annotation.AMemberValue
 AAnnotationsAttributeInfo.Annotation.ConstantMemberValue AAnnotationsAttributeInfo.Annotation.CheckConstantMemberVisitor.defaultCase(AAnnotationsAttributeInfo.Annotation.AMemberValue host, java.lang.Object param)
          Default case.
abstract  R AAnnotationsAttributeInfo.Annotation.ADefaultMemberValueVisitor.defaultCase(AAnnotationsAttributeInfo.Annotation.AMemberValue host, P param)
          Default case.
 void AnnotationDefaultAttributeInfo.setDefaultValue(AAnnotationsAttributeInfo.Annotation.AMemberValue defaultValue)
          Set the default value stored in this attribute.
 

Constructors in edu.rice.cs.cunit.classFile.attributes with parameters of type AAnnotationsAttributeInfo.Annotation.AMemberValue
AAnnotationsAttributeInfo.Annotation.ArrayMemberValue(char tag, int numEntries, AAnnotationsAttributeInfo.Annotation.AMemberValue[] entries)
          Creates a new array.
AAnnotationsAttributeInfo.Annotation.NameValuePair(AUTFPoolInfo name, AAnnotationsAttributeInfo.Annotation.AMemberValue value)
          Creates a new name-value pair.