public class AnnotationChildLink extends PsiChildLink<PsiModifierListOwner,PsiAnnotation>
Constructor and Description |
---|
AnnotationChildLink(java.lang.String fqn) |
Modifier and Type | Method and Description |
---|---|
PsiAnnotation |
createChild(PsiModifierListOwner member) |
static PsiElementRef<PsiAnnotation> |
createRef(PsiModifierListOwner parent,
java.lang.String fqn) |
PsiAnnotation |
findLinkedChild(PsiModifierListOwner member) |
java.lang.String |
getAnnotationQualifiedName() |
java.lang.String |
toString() |
createChildRef, createChildRef
public java.lang.String getAnnotationQualifiedName()
public static PsiElementRef<PsiAnnotation> createRef(PsiModifierListOwner parent, java.lang.String fqn)
public PsiAnnotation findLinkedChild(PsiModifierListOwner member)
findLinkedChild
in class PsiChildLink<PsiModifierListOwner,PsiAnnotation>
public PsiAnnotation createChild(PsiModifierListOwner member) throws IncorrectOperationException
IncorrectOperationException
public java.lang.String toString()
toString
in class java.lang.Object