public static interface FlipCommaIntention.Flipper
Modifier and Type | Field and Description |
---|---|
static LanguageExtension<FlipCommaIntention.Flipper> |
EXTENSION |
Modifier and Type | Method and Description |
---|---|
default boolean |
canFlip(PsiElement left,
PsiElement right) |
boolean |
flip(PsiElement left,
PsiElement right) |
static boolean |
isCanFlip(PsiElement left,
PsiElement right) |
static boolean |
tryFlip(PsiElement left,
PsiElement right) |
static final LanguageExtension<FlipCommaIntention.Flipper> EXTENSION
boolean flip(PsiElement left, PsiElement right)
default boolean canFlip(PsiElement left, PsiElement right)
static boolean tryFlip(PsiElement left, PsiElement right)
static boolean isCanFlip(PsiElement left, PsiElement right)