public interface IntroduceParameterData
Modifier and Type | Interface and Description |
---|---|
static interface |
IntroduceParameterData.ExpressionWrapper<RealExpression extends PsiElement> |
Modifier and Type | Method and Description |
---|---|
PsiType |
getForcedType() |
PsiMethod |
getMethodToReplaceIn() |
PsiMethod |
getMethodToSearchFor() |
IntroduceParameterData.ExpressionWrapper |
getParameterInitializer() |
java.lang.String |
getParameterName() |
TIntArrayList |
getParametersToRemove() |
Project |
getProject() |
int |
getReplaceFieldsWithGetters() |
boolean |
isDeclareFinal() |
boolean |
isGenerateDelegate() |
Project getProject()
PsiMethod getMethodToReplaceIn()
PsiMethod getMethodToSearchFor()
IntroduceParameterData.ExpressionWrapper getParameterInitializer()
java.lang.String getParameterName()
int getReplaceFieldsWithGetters()
boolean isDeclareFinal()
boolean isGenerateDelegate()
PsiType getForcedType()
TIntArrayList getParametersToRemove()