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
public static class AnnotationElement.CPX_AnnotValue extends AnnotationElement.AnnotValue
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
Fields Modifier and Type Field Description int
cpx
tag the descriptor for the constant-
Fields inherited from class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
cls, tag
-
-
Constructor Summary
Constructors Constructor Description CPX_AnnotValue(Tables.AnnotElemType tag, ClassData cls, int cpx)
-
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
-
CPX_AnnotValue
public CPX_AnnotValue(Tables.AnnotElemType tag, ClassData cls, int cpx)
-
-
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
-
-