public abstract class TemplateGenerationInfo extends GenerationInfoBase implements GenerationInfo
EMPTY_ARRAY| Constructor and Description |
|---|
TemplateGenerationInfo(PsiMethod element,
Expression expression) |
| Modifier and Type | Method and Description |
|---|---|
PsiMethod |
getPsiMember() |
Template |
getTemplate() |
protected abstract PsiElement |
getTemplateElement(PsiMethod method) |
void |
insert(PsiClass aClass,
PsiElement anchor,
boolean before) |
findInsertionAnchor, positionCaretclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfindInsertionAnchor, positionCaretpublic TemplateGenerationInfo(PsiMethod element, Expression expression)
protected abstract PsiElement getTemplateElement(PsiMethod method)
public PsiMethod getPsiMember()
getPsiMember in interface GenerationInfogetPsiMember in class GenerationInfoBasepublic void insert(PsiClass aClass, PsiElement anchor, boolean before) throws IncorrectOperationException
insert in interface GenerationInfoinsert in class GenerationInfoBaseIncorrectOperationExceptionpublic Template getTemplate()