soot.tagkit
Class AnnotationElem
java.lang.Object
soot.tagkit.AnnotationElem
- Direct Known Subclasses:
- AnnotationAnnotationElem, AnnotationArrayElem, AnnotationClassElem, AnnotationDoubleElem, AnnotationEnumElem, AnnotationFloatElem, AnnotationIntElem, AnnotationLongElem, AnnotationStringElem
- public class AnnotationElem
- extends Object
Represents the base class of annotation elements
each annotation can have several elements
for Java 1.5.
AnnotationElem
public AnnotationElem(char k,
String name)
toString
public String toString()
getKind
public char getKind()
getName
public String getName()