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