Uses of Class
soot.tagkit.AnnotationElem

Packages that use AnnotationElem
soot.tagkit Classes supporting classfile annotation in Soot. 
 

Uses of AnnotationElem in soot.tagkit
 

Subclasses of AnnotationElem in soot.tagkit
 class AnnotationAnnotationElem
          Represents the base class of annotation elements each annotation can have several elements for Java 1.5.
 class AnnotationArrayElem
          Represents the base class of annotation elements each annotation can have several elements for Java 1.5.
 class AnnotationClassElem
          Represents the base class of annotation elements each annotation can have several elements for Java 1.5.
 class AnnotationDoubleElem
          Represents the int annotation element each annotation can have several elements for Java 1.5.
 class AnnotationEnumElem
          Represents the base class of annotation elements each annotation can have several elements for Java 1.5.
 class AnnotationFloatElem
          Represents the int annotation element each annotation can have several elements for Java 1.5.
 class AnnotationIntElem
          Represents the int annotation element each annotation can have several elements for Java 1.5.
 class AnnotationLongElem
          Represents the int annotation element each annotation can have several elements for Java 1.5.
 class AnnotationStringElem
          Represents the base class of annotation elements each annotation can have several elements for Java 1.5.
 

Methods in soot.tagkit that return AnnotationElem
 AnnotationElem AnnotationArrayElem.getValueAt(int i)
           
 AnnotationElem AnnotationDefaultTag.getDefaultVal()
           
 AnnotationElem AnnotationTag.getElemAt(int i)
           
 

Methods in soot.tagkit with parameters of type AnnotationElem
 void AnnotationTag.addElem(AnnotationElem elem)
           
 

Constructors in soot.tagkit with parameters of type AnnotationElem
AnnotationDefaultTag(AnnotationElem def)