Class ElementValueAnnotationValue
- java.lang.Object
-
- org.jd.core.v1.model.classfile.attribute.ElementValueAnnotationValue
-
- All Implemented Interfaces:
ElementValue
public class ElementValueAnnotationValue extends java.lang.Object implements ElementValue
-
-
Field Summary
Fields Modifier and Type Field Description protected Annotation
annotationValue
-
Constructor Summary
Constructors Constructor Description ElementValueAnnotationValue(Annotation annotationValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(ElementValueVisitor visitor)
Annotation
getAnnotationValue()
-
-
-
Field Detail
-
annotationValue
protected Annotation annotationValue
-
-
Constructor Detail
-
ElementValueAnnotationValue
public ElementValueAnnotationValue(Annotation annotationValue)
-
-
Method Detail
-
getAnnotationValue
public Annotation getAnnotationValue()
-
accept
public void accept(ElementValueVisitor visitor)
- Specified by:
accept
in interfaceElementValue
-
-