public static enum PsiSearchHelperImpl.Options extends java.lang.Enum<PsiSearchHelperImpl.Options>
| Enum Constant and Description |
|---|
CASE_SENSITIVE_SEARCH |
PROCESS_INJECTED_PSI |
PROCESS_ONLY_JAVA_IDENTIFIERS_IF_POSSIBLE |
| Modifier and Type | Method and Description |
|---|---|
static PsiSearchHelperImpl.Options |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PsiSearchHelperImpl.Options[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PsiSearchHelperImpl.Options PROCESS_INJECTED_PSI
public static final PsiSearchHelperImpl.Options CASE_SENSITIVE_SEARCH
public static final PsiSearchHelperImpl.Options PROCESS_ONLY_JAVA_IDENTIFIERS_IF_POSSIBLE
public static PsiSearchHelperImpl.Options[] values()
for (PsiSearchHelperImpl.Options c : PsiSearchHelperImpl.Options.values()) System.out.println(c);
public static PsiSearchHelperImpl.Options valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null