public class PsiGenerationInfo<T extends PsiMember> extends GenerationInfoBase implements GenerationInfo
EMPTY_ARRAY| Constructor and Description |
|---|
PsiGenerationInfo(T member) |
PsiGenerationInfo(T member,
boolean mergeIfExists) |
| Modifier and Type | Method and Description |
|---|---|
T |
getPsiMember() |
void |
insert(PsiClass aClass,
PsiElement anchor,
boolean before) |
findInsertionAnchor, positionCaretclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindInsertionAnchor, positionCaretpublic PsiGenerationInfo(T member)
public PsiGenerationInfo(T member, boolean mergeIfExists)
public final T getPsiMember()
getPsiMember in interface GenerationInfogetPsiMember in class GenerationInfoBasepublic void insert(PsiClass aClass, PsiElement anchor, boolean before) throws IncorrectOperationException
insert in interface GenerationInfoinsert in class GenerationInfoBaseIncorrectOperationException