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
CPX_AnnotElem
AnnotElements that contain 2 cpx indices (ie. enums).
-
Field Summary
FieldsFields inherited from class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
cls, tag
-
Constructor Summary
ConstructorsConstructorDescriptionCPX2_AnnotValue
(Tables.AnnotElemType tag, ClassData cls, int cpx1, int cpx2) -
Method Summary
-
Field Details
-
cpx1
public int cpx1tag the descriptor for the constant -
cpx2
public int cpx2
-
-
Constructor Details
-
CPX2_AnnotValue
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classAnnotationElement.AnnotValue
-
print
- Overrides:
print
in classAnnotationElement.AnnotValue
-
toString
- Overrides:
toString
in classAnnotationElement.AnnotValue
-