public class AnnotationAttributeChildLink extends PsiChildLink<PsiAnnotation,PsiAnnotationMemberValue>
| Constructor and Description |
|---|
AnnotationAttributeChildLink(java.lang.String attributeName) |
| Modifier and Type | Method and Description |
|---|---|
PsiAnnotationMemberValue |
createChild(PsiAnnotation psiAnnotation) |
boolean |
equals(java.lang.Object o) |
PsiAnnotationMemberValue |
findLinkedChild(PsiAnnotation psiAnnotation) |
java.lang.String |
getAttributeName() |
int |
hashCode() |
createChildRef, createChildRefpublic AnnotationAttributeChildLink(java.lang.String attributeName)
public java.lang.String getAttributeName()
public PsiAnnotationMemberValue findLinkedChild(PsiAnnotation psiAnnotation)
findLinkedChild in class PsiChildLink<PsiAnnotation,PsiAnnotationMemberValue>public PsiAnnotationMemberValue createChild(PsiAnnotation psiAnnotation) throws IncorrectOperationException
IncorrectOperationExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object