public class AddTypeArgumentsFix extends MethodArgumentFix
Modifier and Type | Field and Description |
---|---|
static ArgumentFixerActionFactory |
REGISTRAR |
myArgList, myArgumentFixerActionFactory, myIndex, myToType
EMPTY_ARRAY
Modifier and Type | Method and Description |
---|---|
static PsiExpression |
addTypeArguments(PsiExpression expression,
PsiType toType) |
java.lang.String |
getText()
Returns text to be shown in the list of available actions, if this action
is available.
|
getFamilyName, invoke, isAvailable, startInWriteAction
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementToMakeWritable
public static final ArgumentFixerActionFactory REGISTRAR
public java.lang.String getText()
IntentionAction
IntentionAction.isAvailable(Project, Editor, PsiFile)
public static PsiExpression addTypeArguments(PsiExpression expression, PsiType toType)