public class AnnotationArrayElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationArrayElem(ArrayList<AnnotationElem> t,
char kind,
String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
boolean |
equals(Object obj) |
int |
getNumValues() |
AnnotationElem |
getValueAt(int i) |
ArrayList<AnnotationElem> |
getValues() |
int |
hashCode() |
String |
toString() |
getKind, getName, setNamepublic AnnotationArrayElem(ArrayList<AnnotationElem> t, char kind, String name)
public String toString()
toString in class AnnotationElempublic ArrayList<AnnotationElem> getValues()
public int getNumValues()
public AnnotationElem getValueAt(int i)
public void apply(Switch sw)
Switchablepublic int hashCode()
hashCode in class AnnotationElempublic boolean equals(Object obj)
equals in class AnnotationElemCopyright © 2020 Soot OSS. All rights reserved.