soot.tagkit
Class AnnotationEnumElem

java.lang.Object
  extended by soot.tagkit.AnnotationElem
      extended by soot.tagkit.AnnotationEnumElem

public class AnnotationEnumElem
extends AnnotationElem

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


Constructor Summary
AnnotationEnumElem(String t, String c, char kind, String name)
           
 
Method Summary
 String getConstantName()
           
 String getTypeName()
           
 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

AnnotationEnumElem

public AnnotationEnumElem(String t,
                          String c,
                          char kind,
                          String name)
Method Detail

toString

public String toString()
Overrides:
toString in class AnnotationElem

getTypeName

public String getTypeName()

getConstantName

public String getConstantName()