soot.tagkit
Class AnnotationAnnotationElem

java.lang.Object
  extended bysoot.tagkit.AnnotationElem
      extended bysoot.tagkit.AnnotationAnnotationElem

public class AnnotationAnnotationElem
extends AnnotationElem

Represents the base class of annotation elements each annotation can have several elements for Java 1.5.


Constructor Summary
AnnotationAnnotationElem(AnnotationTag t, char kind, String name)
           
 
Method Summary
 AnnotationTag getValue()
           
 String toString()
           
 
Methods inherited from class soot.tagkit.AnnotationElem
getKind, getName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationAnnotationElem

public AnnotationAnnotationElem(AnnotationTag t,
                                char kind,
                                String name)
Method Detail

toString

public String toString()
Overrides:
toString in class AnnotationElem

getValue

public AnnotationTag getValue()