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, createChildRef
public 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
IncorrectOperationException
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object