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 ElementValueprotected BaseElementValuePairprotected ObjectType -
Constructor Summary
ConstructorsModifierConstructorDescriptionAnnotationReference(ObjectType type, BaseElementValuePair elementValuePairs) AnnotationReference(ObjectType type, ElementValue elementValue) protectedAnnotationReference(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs) -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ReferenceVisitor visitor) booleangetType()inthashCode()
-
Field Details
-
type
-
elementValue
-
elementValuePairs
-
-
Constructor Details
-
AnnotationReference
-
AnnotationReference
-
AnnotationReference
-
AnnotationReference
protected AnnotationReference(ObjectType type, ElementValue elementValue, BaseElementValuePair elementValuePairs)
-
-
Method Details