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 int
cpx1
tag the descriptor for the constantint
cpx2
-
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 void
print(java.io.PrintWriter out, java.lang.String tab)
java.lang.String
stringVal()
java.lang.String
toString()
-
-
-
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:
stringVal
in classAnnotationElement.AnnotValue
-
print
public void print(java.io.PrintWriter out, java.lang.String tab)
- Overrides:
print
in classAnnotationElement.AnnotValue
-
toString
public java.lang.String toString()
- Overrides:
toString
in classAnnotationElement.AnnotValue
-
-