public class AnnotationArrayElem extends AnnotationElem
| Constructor and Description |
|---|
AnnotationArrayElem(java.util.ArrayList<AnnotationElem> t,
char kind,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(Switch sw)
Called when this object is visited.
|
int |
getNumValues() |
AnnotationElem |
getValueAt(int i) |
java.util.ArrayList<AnnotationElem> |
getValues() |
java.lang.String |
toString() |
getKind, getName, setNamepublic AnnotationArrayElem(java.util.ArrayList<AnnotationElem> t, char kind, java.lang.String name)
public java.lang.String toString()
toString in class AnnotationElempublic java.util.ArrayList<AnnotationElem> getValues()
public int getNumValues()
public AnnotationElem getValueAt(int i)
public void apply(Switch sw)
Switchable