Package org.openjdk.asmtools.jdis
Class AnnotationElement.CPX2_AnnotValue
- java.lang.Object
-
- org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
- org.openjdk.asmtools.jdis.AnnotationElement.CPX2_AnnotValue
-
- Enclosing class:
- AnnotationElement
public static class AnnotationElement.CPX2_AnnotValue extends AnnotationElement.AnnotValue
CPX_AnnotElem AnnotElements that contain 2 cpx indices (ie. enums).
-
-
Field Summary
Fields Modifier and Type Field Description intcpx1tag the descriptor for the constantintcpx2-
Fields inherited from class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
cls, tag
-
-
Constructor Summary
Constructors Constructor Description CPX2_AnnotValue(Tables.AnnotElemType tag, ClassData cls, int cpx1, int cpx2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprint(java.io.PrintWriter out, java.lang.String tab)java.lang.StringstringVal()java.lang.StringtoString()
-
-
-
Constructor Detail
-
CPX2_AnnotValue
public CPX2_AnnotValue(Tables.AnnotElemType tag, ClassData cls, int cpx1, int cpx2)
-
-
Method Detail
-
stringVal
public java.lang.String stringVal()
- Overrides:
stringValin classAnnotationElement.AnnotValue
-
print
public void print(java.io.PrintWriter out, java.lang.String tab)- Overrides:
printin classAnnotationElement.AnnotValue
-
toString
public java.lang.String toString()
- Overrides:
toStringin classAnnotationElement.AnnotValue
-
-