Class AnnotationElementValue
- java.lang.Object
-
- org.jd.core.v1.model.javasyntax.reference.AnnotationReference
-
- org.jd.core.v1.model.javasyntax.reference.AnnotationElementValue
-
- All Implemented Interfaces:
java.lang.Iterable<ElementValue>,BaseAnnotationReference,BaseElementValue,ElementValue,Reference,Base<ElementValue>
public class AnnotationElementValue extends AnnotationReference implements ElementValue
-
-
Field Summary
-
Fields inherited from class org.jd.core.v1.model.javasyntax.reference.AnnotationReference
elementValue, elementValuePairs, type
-
Fields inherited from interface org.jd.core.v1.model.javasyntax.reference.ElementValue
EV_ANNOTATION_VALUE, EV_ARRAY_VALUE, EV_CLASS_INFO, EV_ENUM_CONST_VALUE, EV_PRIMITIVE_TYPE, EV_UNKNOWN
-
-
Constructor Summary
Constructors Constructor Description AnnotationElementValue(AnnotationReference annotationReference)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ReferenceVisitor visitor)java.lang.StringtoString()-
Methods inherited from class org.jd.core.v1.model.javasyntax.reference.AnnotationReference
equals, getElementValue, getElementValuePairs, getType, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Constructor Detail
-
AnnotationElementValue
public AnnotationElementValue(AnnotationReference annotationReference)
-
-
Method Detail
-
accept
public void accept(ReferenceVisitor visitor)
- Specified by:
acceptin interfaceReference- Overrides:
acceptin classAnnotationReference
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-