|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface defines the constants used by the search engine.
This interface declares constants only; it is not intended to be implemented.
SearchEngine
Field Summary | |
---|---|
static int |
ALL_OCCURRENCES
The search result is a declaration, a reference, or an implementer of an interface. |
static int |
ANNOTATION_TYPE
The searched element is an annotation type. |
static int |
CANCEL_IF_NOT_READY_TO_SEARCH
The search operation throws an org.eclipse.core.runtime.OperationCanceledException
if the underlying indexer has not finished indexing the workspace. |
static boolean |
CASE_INSENSITIVE
Deprecated. Use the methods that take the matchMode without SearchPattern.R_CASE_SENSITIVE as a matchRule instead. |
static boolean |
CASE_SENSITIVE
Deprecated. Use the methods that take the matchMode with SearchPattern.R_CASE_SENSITIVE as a matchRule instead. |
static int |
CLASS
The searched element is a class. |
static int |
CLASS_AND_ENUM
The searched element is a class or enum type. |
static int |
CLASS_AND_INTERFACE
The searched element is a class or interface type. |
static int |
CONSTRUCTOR
The searched element is a constructor. |
static int |
DECLARATIONS
The search result is a declaration. |
static int |
ENUM
The searched element is an enum. |
static int |
EXACT_MATCH
Deprecated. Use SearchPattern.R_EXACT_MATCH instead. |
static int |
FIELD
The searched element is a field. |
static int |
FORCE_IMMEDIATE_SEARCH
The search operation starts immediately, even if the underlying indexer has not finished indexing the workspace. |
static int |
IGNORE_DECLARING_TYPE
Ignore declaring type while searching result. |
static int |
IGNORE_RETURN_TYPE
Ignore return type while searching result. |
static int |
IMPLEMENTORS
The search result is a type that implements an interface. |
static int |
INTERFACE
The searched element is an interface. |
static int |
METHOD
The searched element is a method. |
static int |
PACKAGE
The searched element is a package. |
static int |
PATTERN_MATCH
Deprecated. Use SearchPattern.R_PATTERN_MATCH instead. |
static int |
PREFIX_MATCH
Deprecated. Use SearchPattern.R_PREFIX_MATCH instead. |
static int |
READ_ACCESSES
When searching for field matches, it will exclusively find read accesses, as opposed to write accesses. |
static int |
REFERENCES
The search result is a reference. |
static int |
TYPE
The searched element is a type, which may include classes, interfaces, enums, and annotation types. |
static int |
UNKNOWN
The nature of searched element or the nature of match in unknown. |
static int |
WAIT_UNTIL_READY_TO_SEARCH
The search operation waits for the underlying indexer to finish indexing the workspace before starting the search. |
static int |
WRITE_ACCESSES
When searching for field matches, it will exclusively find write accesses, as opposed to read accesses. |
Field Detail |
public static final int UNKNOWN
public static final int TYPE
public static final int METHOD
public static final int PACKAGE
public static final int CONSTRUCTOR
public static final int FIELD
public static final int CLASS
TYPE
.
public static final int INTERFACE
TYPE
.
public static final int ENUM
TYPE
.
public static final int ANNOTATION_TYPE
TYPE
.
public static final int CLASS_AND_ENUM
TYPE
.
public static final int CLASS_AND_INTERFACE
TYPE
.
public static final int DECLARATIONS
public static final int IMPLEMENTORS
public static final int REFERENCES
public static final int ALL_OCCURRENCES
public static final int READ_ACCESSES
public static final int WRITE_ACCESSES
public static final int IGNORE_DECLARING_TYPE
public static final int IGNORE_RETURN_TYPE
public static final int EXACT_MATCH
SearchPattern.R_EXACT_MATCH
instead.
public static final int PREFIX_MATCH
SearchPattern.R_PREFIX_MATCH
instead.
public static final int PATTERN_MATCH
SearchPattern.R_PATTERN_MATCH
instead.
public static final boolean CASE_SENSITIVE
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.
public static final boolean CASE_INSENSITIVE
SearchPattern.R_CASE_SENSITIVE
as a matchRule instead.
public static final int FORCE_IMMEDIATE_SEARCH
public static final int CANCEL_IF_NOT_READY_TO_SEARCH
org.eclipse.core.runtime.OperationCanceledException
if the underlying indexer has not finished indexing the workspace.
public static final int WAIT_UNTIL_READY_TO_SEARCH
|
Eclipse JDT Release 3.1 |
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |