Package org.openjdk.asmtools.jdis
Class AnnotationElement.Annot_AnnotValue
- java.lang.Object
-
- org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
-
- org.openjdk.asmtools.jdis.AnnotationElement.Annot_AnnotValue
-
- Enclosing class:
- AnnotationElement
public static class AnnotationElement.Annot_AnnotValue extends AnnotationElement.AnnotValue
Annot_AnnotValue Annotation value that is a reference to an annotation.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) AnnotationData
annot
tag the descriptor for the constant-
Fields inherited from class org.openjdk.asmtools.jdis.AnnotationElement.AnnotValue
cls, tag
-
-
Constructor Summary
Constructors Constructor Description Annot_AnnotValue(Tables.AnnotElemType tagval, ClassData cls, AnnotationData annot)
-
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()
-
-
-
Field Detail
-
annot
AnnotationData annot
tag the descriptor for the constant
-
-
Constructor Detail
-
Annot_AnnotValue
public Annot_AnnotValue(Tables.AnnotElemType tagval, ClassData cls, AnnotationData annot)
-
-
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
-
-