public class JavaKeywordCompletion
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
JavaKeywordCompletion.OverridableSpace |
Modifier and Type | Field and Description |
---|---|
static ElementPattern<PsiElement> |
AFTER_DOT |
Modifier and Type | Method and Description |
---|---|
static boolean |
isInsideParameterList(PsiElement position) |
static boolean |
isInstanceofPlace(PsiElement position) |
static boolean |
isSuitableForClass(PsiElement position) |
public static final ElementPattern<PsiElement> AFTER_DOT
public static boolean isInsideParameterList(PsiElement position)
public static boolean isInstanceofPlace(PsiElement position)
public static boolean isSuitableForClass(PsiElement position)