Package org.openjdk.asmtools.jdis
Class AnnotationElement.CPX_AnnotValue
java.lang.Object
org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
org.openjdk.asmtools.jdis.AnnotationElement.CPX_AnnotValue
- Enclosing class:
- AnnotationElement
CPX_AnnotElem
Annotation value which is described by a single CPX entry (ie. String, byte, char,
int, short, boolean, float, long, double, class reference).
-
Field Summary
FieldsFields inherited from class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
cls, tag
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
cpx
public int cpxtag the descriptor for the constant
-
-
Constructor Details
-
CPX_AnnotValue
-
-
Method Details
-
stringVal
- Overrides:
stringVal
in classAnnotationElement.AnnotValue
-
print
- Overrides:
print
in classAnnotationElement.AnnotValue
-
toString
- Overrides:
toString
in classAnnotationElement.AnnotValue
-