public static class AnnotationElement.Annot_AnnotValue extends AnnotationElement.AnnotValue
| Modifier and Type | Field and Description |
|---|---|
(package private) AnnotationData |
annot
tag the descriptor for the constant
|
cls, tag| Constructor and Description |
|---|
Annot_AnnotValue(Tables.AnnotElemType tagval,
ClassData cls,
AnnotationData annot) |
| Modifier and Type | Method and Description |
|---|---|
void |
print(java.io.PrintWriter out,
java.lang.String tab) |
java.lang.String |
stringVal() |
java.lang.String |
toString() |
AnnotationData annot
public Annot_AnnotValue(Tables.AnnotElemType tagval, ClassData cls, AnnotationData annot)
public java.lang.String stringVal()
stringVal in class AnnotationElement.AnnotValuepublic void print(java.io.PrintWriter out,
java.lang.String tab)
print in class AnnotationElement.AnnotValuepublic java.lang.String toString()
toString in class AnnotationElement.AnnotValue