Package edu.rice.cs.cunit.classFile.attributes

Interface Summary
AAnnotationsAttributeInfo.Annotation.IMemberValueVisitor<R,P> Visitor interface for member values.
 

Class Summary
AAnnotationsAttributeInfo Represents an abstract Annotations attribute in a class file.
AAnnotationsAttributeInfo.Annotation Storage class for annotations.
AAnnotationsAttributeInfo.Annotation.ADefaultMemberValueVisitor<R,P> Default visitor where all cases delegate to an abstract default case.
AAnnotationsAttributeInfo.Annotation.AMemberValue Storage class for a member value.
AAnnotationsAttributeInfo.Annotation.AnnotationMemberValue Storage class for an annotation value.
AAnnotationsAttributeInfo.Annotation.ArrayMemberValue Storage class for an array.
AAnnotationsAttributeInfo.Annotation.CheckConstantMemberVisitor  
AAnnotationsAttributeInfo.Annotation.ClassMemberValue Storage class for a class value.
AAnnotationsAttributeInfo.Annotation.ConstantMemberValue Storage class for constants.
AAnnotationsAttributeInfo.Annotation.EnumMemberValue Storage class for an enum.
AAnnotationsAttributeInfo.Annotation.NameValuePair Storage class for a name-value pair.
AAttributeInfo  
AMultipleAnnotationsAttributeInfo Represents an abstract annotations attribute in a class file that can contain annotations for multiple entities, like for method parameters or local variables.
AMultipleNamedAnnotationsAttributeInfo  
AMultipleNamedAnnotationsAttributeInfo.NamedAnnotationsRecord Storage class for name and annotations.
AnnotationDefaultAttributeInfo Represents the AnnotationDefault attribute in a class file.
ASingleAnnotationsAttributeInfo Represents a single abstract Annotations attribute in a class file.
CodeAttributeInfo Represents the Code attribute in a class file.
CodeAttributeInfo.CodeProperties Storage class for code properties.
CodeAttributeInfo.ExceptionTableEntry  
ConstantValueAttributeInfo Represents the SourceFile attribute in a class file.
DeprecatedAttributeInfo Represents the Deprecated attribute in a class file.
EnclosingMethodAttributeInfo Represents the EnclosingMethod attribute in a class file.
ExceptionsAttributeInfo Represents the Exceptions attribute in a class file.
InnerClassesAttributeInfo Represents the InnerClasses attribute in a class file.
InnerClassesAttributeInfo.InnerClassesRecord Storage class for line number/program counter _pairs.
InstrumentationAttributeInfo Represents the Instrumentation attribute in a class file.
LineNumberTableAttributeInfo Represents the LineNumberTable attribute in a class file.
LineNumberTableAttributeInfo.LineNumberRecord Storage class for line number/program counter _pairs.
LocalVariableTableAttributeInfo Represents the LocalVariableTable attribute in a class file.
LocalVariableTableAttributeInfo.LocalVariableRecord Storage class for line number/program counter _pairs.
LocalVariableTypeTableAttributeInfo Represents the LocalVariableTyoeTable attribute in a class file.
LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord Storage class for line number/program counter _pairs.
RuntimeInvisibleAnnotationsAttributeInfo Represents the RuntimeVisibleAnnotations attribute in a class file.
RuntimeInvisibleLocalVariableAnnotationsAttributeInfo Represents the (non-standard) RuntimeInvisibleLocalVariableAnnotations attribute in a class file.
RuntimeInvisibleParameterAnnotationsAttributeInfo Represents the RuntimeInvisibleParameterAnnotations attribute in a class file.
RuntimeVisibleAnnotationsAttributeInfo Represents the RuntimeVisibleAnnotations attribute in a class file.
RuntimeVisibleLocalVariableAnnotationsAttributeInfo Represents the (non-standard) RuntimeInvisibleLocalVariableAnnotations attribute in a class file.
RuntimeVisibleParameterAnnotationsAttributeInfo Represents the RuntimeVisibleParameterAnnotations attribute in a class file.
SignatureAttributeInfo Represents the Signature attribute in a class file.
SourceFileAttributeInfo Represents the SourceFile attribute in a class file.
SyntheticAttributeInfo Represents the Synthetic attribute in a class file.
UnknownAttributeInfo Represents an unknown attribute in a class file.