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

Packages that use edu.rice.cs.cunit.classFile.attributes
edu.rice.cs.cunit.classFile   
edu.rice.cs.cunit.classFile.attributes   
edu.rice.cs.cunit.classFile.attributes.visitors   
edu.rice.cs.cunit.classFile.code   
edu.rice.cs.cunit.subAnnot   
 

Classes in edu.rice.cs.cunit.classFile.attributes used by edu.rice.cs.cunit.classFile
AAnnotationsAttributeInfo.Annotation
          Storage class for annotations.
AAnnotationsAttributeInfo.Annotation.AMemberValue
          Storage class for a member value.
AAttributeInfo
           
CodeAttributeInfo
          Represents the Code attribute in a class file.
LineNumberTableAttributeInfo.LineNumberRecord
          Storage class for line number/program counter _pairs.
SourceFileAttributeInfo
          Represents the SourceFile attribute in a class file.
 

Classes in edu.rice.cs.cunit.classFile.attributes used by edu.rice.cs.cunit.classFile.attributes
AAnnotationsAttributeInfo
          Represents an abstract Annotations attribute in a class file.
AAnnotationsAttributeInfo.Annotation
          Storage class for annotations.
AAnnotationsAttributeInfo.Annotation.ADefaultMemberValueVisitor
          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.IMemberValueVisitor
          Visitor interface for member values.
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.
ASingleAnnotationsAttributeInfo
          Represents a single abstract Annotations attribute in a class file.
CodeAttributeInfo.CodeProperties
          Storage class for code properties.
CodeAttributeInfo.ExceptionTableEntry
           
InnerClassesAttributeInfo.InnerClassesRecord
          Storage class for line number/program counter _pairs.
LineNumberTableAttributeInfo.LineNumberRecord
          Storage class for line number/program counter _pairs.
LocalVariableTableAttributeInfo.LocalVariableRecord
          Storage class for line number/program counter _pairs.
LocalVariableTypeTableAttributeInfo.LocalVariableTypeRecord
          Storage class for line number/program counter _pairs.
 

Classes in edu.rice.cs.cunit.classFile.attributes used by edu.rice.cs.cunit.classFile.attributes.visitors
AAttributeInfo
           
AnnotationDefaultAttributeInfo
          Represents the AnnotationDefault attribute in a class file.
CodeAttributeInfo
          Represents the Code attribute in a class file.
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.
InstrumentationAttributeInfo
          Represents the Instrumentation attribute in a class file.
LineNumberTableAttributeInfo
          Represents the LineNumberTable attribute in a class file.
LocalVariableTableAttributeInfo
          Represents the LocalVariableTable attribute in a class file.
LocalVariableTypeTableAttributeInfo
          Represents the LocalVariableTyoeTable attribute in a class file.
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.
 

Classes in edu.rice.cs.cunit.classFile.attributes used by edu.rice.cs.cunit.classFile.code
CodeAttributeInfo
          Represents the Code attribute in a class file.
 

Classes in edu.rice.cs.cunit.classFile.attributes used by edu.rice.cs.cunit.subAnnot
AAnnotationsAttributeInfo.Annotation
          Storage class for annotations.
AAnnotationsAttributeInfo.Annotation.NameValuePair
          Storage class for a name-value pair.
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.