public static class AnnotationElement.Array_AnnotValue extends AnnotationElement.AnnotValue
Modifier and Type | Field and Description |
---|---|
java.util.ArrayList<AnnotationElement.AnnotValue> |
array
tag the descriptor for the constant
|
cls, tag
Constructor and Description |
---|
Array_AnnotValue(Tables.AnnotElemType tagval,
ClassData cls) |
Modifier and Type | Method and Description |
---|---|
void |
add(AnnotationElement.AnnotValue elem) |
void |
print(java.io.PrintWriter out,
java.lang.String tab) |
java.lang.String |
stringVal() |
java.lang.String |
toString() |
public java.util.ArrayList<AnnotationElement.AnnotValue> array
public Array_AnnotValue(Tables.AnnotElemType tagval, ClassData cls)
public java.lang.String stringVal()
stringVal
in class AnnotationElement.AnnotValue
public void add(AnnotationElement.AnnotValue elem)
public void print(java.io.PrintWriter out, java.lang.String tab)
print
in class AnnotationElement.AnnotValue
public java.lang.String toString()
toString
in class AnnotationElement.AnnotValue