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.
|
int |
getNumValues() |
AnnotationElem |
getValueAt(int i) |
ArrayList<AnnotationElem> |
getValues() |
String |
toString() |
getKind, getName, setName
public AnnotationArrayElem(ArrayList<AnnotationElem> t, char kind, String name)
public String toString()
toString
in class AnnotationElem
public ArrayList<AnnotationElem> getValues()
public int getNumValues()
public AnnotationElem getValueAt(int i)
public void apply(Switch sw)
Switchable