public static class AnnotationElement.Array_AnnotValue extends AnnotationElement.AnnotValue
| Modifier and Type | Field and Description |
|---|---|
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(PrintWriter out,
String tab) |
String |
stringVal() |
String |
toString() |
public ArrayList<AnnotationElement.AnnotValue> array
public Array_AnnotValue(Tables.AnnotElemType tagval, ClassData cls)
public String stringVal()
stringVal in class AnnotationElement.AnnotValuepublic void add(AnnotationElement.AnnotValue elem)
public void print(PrintWriter out, String tab)
print in class AnnotationElement.AnnotValuepublic String toString()
toString in class AnnotationElement.AnnotValueCopyright © 2021. All Rights Reserved.