soot.tagkit
Class AnnotationElem

java.lang.Object
  extended by soot.tagkit.AnnotationElem
Direct Known Subclasses:
AnnotationAnnotationElem, AnnotationArrayElem, AnnotationBooleanElem, 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.


Constructor Summary
AnnotationElem(char k, String name)
           
 
Method Summary
 char getKind()
           
 String getName()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationElem

public AnnotationElem(char k,
                      String name)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

getKind

public char getKind()

getName

public String getName()