soot.tagkit
Class AnnotationIntElem

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

public class AnnotationIntElem
extends AnnotationElem

Represents the int annotation element each annotation can have several elements for Java 1.5.


Constructor Summary
AnnotationIntElem(int v, char kind, String name)
           
 
Method Summary
 int 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

AnnotationIntElem

public AnnotationIntElem(int v,
                         char kind,
                         String name)
Method Detail

toString

public String toString()
Overrides:
toString in class AnnotationElem

getValue

public int getValue()