Class AnnotationReference
java.lang.Object
org.jd.core.v1.model.javasyntax.reference.AnnotationReference
- All Implemented Interfaces:
BaseAnnotationReference
,Reference
- Direct Known Subclasses:
AnnotationElementValue
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected ElementValue
protected BaseElementValuePair
protected ObjectType
-
Constructor Summary
ConstructorsModifierConstructorDescriptionAnnotationReference
(ObjectType type, BaseElementValuePair elementValuePairs) AnnotationReference
(ObjectType type, ElementValue elementValue) protected
AnnotationReference
(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ReferenceVisitor visitor) boolean
getType()
int
hashCode()
-
Field Details
-
type
-
elementValue
-
elementValuePairs
-
-
Constructor Details
-
AnnotationReference
-
AnnotationReference
-
AnnotationReference
-
AnnotationReference
protected AnnotationReference(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs)
-
-
Method Details