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

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

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

Subclasses of AAnnotationsAttributeInfo in edu.rice.cs.cunit.classFile.attributes
 class AMultipleAnnotationsAttributeInfo
          Represents an abstract annotations attribute in a class file that can contain annotations for multiple entities, like for method parameters or local variables.
 class AMultipleNamedAnnotationsAttributeInfo
           
 class ASingleAnnotationsAttributeInfo
          Represents a single abstract Annotations attribute in a class file.
 class RuntimeInvisibleAnnotationsAttributeInfo
          Represents the RuntimeVisibleAnnotations attribute in a class file.
 class RuntimeInvisibleLocalVariableAnnotationsAttributeInfo
          Represents the (non-standard) RuntimeInvisibleLocalVariableAnnotations attribute in a class file.
 class RuntimeInvisibleParameterAnnotationsAttributeInfo
          Represents the RuntimeInvisibleParameterAnnotations attribute in a class file.
 class RuntimeVisibleAnnotationsAttributeInfo
          Represents the RuntimeVisibleAnnotations attribute in a class file.
 class RuntimeVisibleLocalVariableAnnotationsAttributeInfo
          Represents the (non-standard) RuntimeInvisibleLocalVariableAnnotations attribute in a class file.
 class RuntimeVisibleParameterAnnotationsAttributeInfo
          Represents the RuntimeVisibleParameterAnnotations attribute in a class file.