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 AnnotationannotationValue
-
Constructor Summary
Constructors Constructor Description ElementValueAnnotationValue(Annotation annotationValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ElementValueVisitor visitor)AnnotationgetAnnotationValue()
-
-
-
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:
acceptin interfaceElementValue
-
-