Package org.openjdk.asmtools.jdis
Class AnnotationElement.AnnotValue
- java.lang.Object
-
- org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
- Direct Known Subclasses:
AnnotationElement.Annot_AnnotValue,AnnotationElement.Array_AnnotValue,AnnotationElement.CPX_AnnotValue,AnnotationElement.CPX2_AnnotValue
- Enclosing class:
- AnnotationElement
public static class AnnotationElement.AnnotValue extends java.lang.ObjectCPX_AnnotElem base class for an annotation value.
-
-
Field Summary
Fields Modifier and Type Field Description protected ClassDataclsTables.AnnotElemTypetagtag the descriptor for the constant
-
Constructor Summary
Constructors Constructor Description AnnotValue(Tables.AnnotElemType tagval, ClassData cls)
-
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()
-
-
-
Field Detail
-
tag
public Tables.AnnotElemType tag
tag the descriptor for the constant
-
cls
protected ClassData cls
-
-
Constructor Detail
-
AnnotValue
public AnnotValue(Tables.AnnotElemType tagval, ClassData cls)
-
-