|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsoot.tagkit.AnnotationElem
soot.tagkit.AnnotationArrayElem
public class AnnotationArrayElem
Represents the base class of annotation elements each annotation can have several elements for Java 1.5.
Constructor Summary | |
---|---|
AnnotationArrayElem(ArrayList<AnnotationElem> t,
char kind,
String name)
|
Method Summary | |
---|---|
int |
getNumValues()
|
AnnotationElem |
getValueAt(int i)
|
ArrayList<AnnotationElem> |
getValues()
|
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 |
---|
public AnnotationArrayElem(ArrayList<AnnotationElem> t, char kind, String name)
Method Detail |
---|
public String toString()
toString
in class AnnotationElem
public ArrayList<AnnotationElem> getValues()
public int getNumValues()
public AnnotationElem getValueAt(int i)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |