public static class AnnotationElement.CPX2_AnnotValue extends AnnotationElement.AnnotValue
Modifier and Type | Field and Description |
---|---|
int |
cpx1
tag the descriptor for the constant
|
int |
cpx2 |
cls, tag
Constructor and Description |
---|
CPX2_AnnotValue(Tables.AnnotElemType tag,
ClassData cls,
int cpx1,
int cpx2) |
Modifier and Type | Method and Description |
---|---|
void |
print(PrintWriter out,
String tab) |
String |
stringVal() |
String |
toString() |
public CPX2_AnnotValue(Tables.AnnotElemType tag, ClassData cls, int cpx1, int cpx2)
public String stringVal()
stringVal
in class AnnotationElement.AnnotValue
public void print(PrintWriter out, String tab)
print
in class AnnotationElement.AnnotValue
public String toString()
toString
in class AnnotationElement.AnnotValue
Copyright © 2021. All Rights Reserved.