public abstract class PsiChildLink<Parent extends PsiElement,Child extends PsiElement> extends java.lang.Object implements PsiRefElementCreator<Parent,Child>
| Constructor and Description |
|---|
PsiChildLink() |
| Modifier and Type | Method and Description |
|---|---|
PsiElementRef<Child> |
createChildRef(Parent parent) |
PsiElementRef<Child> |
createChildRef(PsiElementRef<? extends Parent> parentRef) |
abstract Child |
findLinkedChild(Parent parent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateChildpublic final PsiElementRef<Child> createChildRef(Parent parent)
public final PsiElementRef<Child> createChildRef(PsiElementRef<? extends Parent> parentRef)