public static enum SearchingPane.SearchType extends java.lang.Enum<SearchingPane.SearchType>
Enum Constant and Description |
---|
FieldCall |
LDC |
MethodCall |
Regex |
Modifier and Type | Field and Description |
---|---|
SearchTypeDetails |
details |
Modifier and Type | Method and Description |
---|---|
static SearchingPane.SearchType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SearchingPane.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchingPane.SearchType LDC
public static final SearchingPane.SearchType Regex
public static final SearchingPane.SearchType MethodCall
public static final SearchingPane.SearchType FieldCall
public final SearchTypeDetails details
public static SearchingPane.SearchType[] values()
for (SearchingPane.SearchType c : SearchingPane.SearchType.values()) System.out.println(c);
public static SearchingPane.SearchType 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