|
Eclipse CDT Pre-release 3.0 |
||||||||||
| 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| Nested Class Summary | |
static class |
ICSearchConstants.LimitTo
|
static class |
ICSearchConstants.SearchFor
|
| Field Summary | |
static ICSearchConstants.LimitTo |
ALL_OCCURRENCES
The search result is a declaration, a reference, or an implementer of an interface. |
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
The search pattern ignores cases in the search result. |
static boolean |
CASE_SENSITIVE
The search pattern matches the search result only if cases are the same. |
static ICSearchConstants.SearchFor |
CLASS
The searched element is a class. |
static ICSearchConstants.SearchFor |
CLASS_STRUCT
|
static ICSearchConstants.LimitTo |
DECLARATIONS
The search result is a declaration. |
static ICSearchConstants.LimitTo |
DECLARATIONS_DEFINITIONS
The search result is a declaration or a definitoin |
static ICSearchConstants.LimitTo |
DEFINITIONS
The search result is a type that implements an interface. |
static ICSearchConstants.SearchFor |
DERIVED
|
static ICSearchConstants.SearchFor |
ENUM
The searched element is a enum. |
static ICSearchConstants.SearchFor |
ENUMTOR
|
static int |
EXACT_MATCH
The search pattern matches exactly the search result, that is, the source of the search result equals the search pattern. |
static String |
EXTERNAL_SEARCH_LINK_PREFIX
|
static ICSearchConstants.SearchFor |
FIELD
The searched element is a field (member variable). |
static int |
FORCE_IMMEDIATE_SEARCH
The search operation starts immediately, even if the underlying indexer has not finished indexing the workspace. |
static ICSearchConstants.SearchFor |
FRIEND
|
static ICSearchConstants.SearchFor |
FUNCTION
The searched element is a function. |
static ICSearchConstants.SearchFor |
INCLUDE
|
static ICSearchConstants.SearchFor |
MACRO
|
static ICSearchConstants.SearchFor |
METHOD
The searched element is a method (member function). |
static ICSearchConstants.SearchFor |
NAMESPACE
The searched element is a namespace. |
static int |
PATTERN_MATCH
The search pattern contains one or more wild cards ('*') where a wild-card can replace 0 or more characters in the search result. |
static int |
PREFIX_MATCH
The search pattern is a prefix of the search result. |
static ICSearchConstants.LimitTo |
REFERENCES
The search result is a reference. |
static ICSearchConstants.SearchFor |
STRUCT
The searched element is a struct. |
static ICSearchConstants.SearchFor |
TYPE
The searched element is a type. |
static ICSearchConstants.SearchFor |
TYPEDEF
|
static ICSearchConstants.SearchFor |
UNION
The searched element is a union. |
static ICSearchConstants.LimitTo |
UNKNOWN_LIMIT_TO
|
static ICSearchConstants.SearchFor |
UNKNOWN_SEARCH_FOR
The nature of searched element or the nature of match in unknown. |
static ICSearchConstants.SearchFor |
VAR
The searched element is a variable. |
static int |
WAIT_UNTIL_READY_TO_SEARCH
The search operation waits for the underlying indexer to finish indexing the workspace before starting the search. |
| Field Detail |
public static final ICSearchConstants.SearchFor UNKNOWN_SEARCH_FOR
public static final ICSearchConstants.LimitTo UNKNOWN_LIMIT_TO
public static final ICSearchConstants.SearchFor TYPE
public static final ICSearchConstants.SearchFor FUNCTION
public static final ICSearchConstants.SearchFor NAMESPACE
public static final ICSearchConstants.SearchFor METHOD
public static final ICSearchConstants.SearchFor FIELD
public static final ICSearchConstants.SearchFor VAR
public static final ICSearchConstants.SearchFor CLASS
public static final ICSearchConstants.SearchFor STRUCT
public static final ICSearchConstants.SearchFor ENUM
public static final ICSearchConstants.SearchFor UNION
public static final ICSearchConstants.SearchFor MACRO
public static final ICSearchConstants.SearchFor CLASS_STRUCT
public static final ICSearchConstants.SearchFor TYPEDEF
public static final ICSearchConstants.SearchFor INCLUDE
public static final ICSearchConstants.SearchFor DERIVED
public static final ICSearchConstants.SearchFor ENUMTOR
public static final ICSearchConstants.SearchFor FRIEND
public static final ICSearchConstants.LimitTo DECLARATIONS
public static final ICSearchConstants.LimitTo DEFINITIONS
public static final ICSearchConstants.LimitTo REFERENCES
public static final ICSearchConstants.LimitTo ALL_OCCURRENCES
public static final ICSearchConstants.LimitTo DECLARATIONS_DEFINITIONS
public static final int EXACT_MATCH
public static final int PREFIX_MATCH
public static final int PATTERN_MATCH
public static final boolean CASE_SENSITIVE
public static final boolean CASE_INSENSITIVE
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
public static final String EXTERNAL_SEARCH_LINK_PREFIX
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||