|
Eclipse CDT Pre-release 3.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICSearchConstants
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 |
---|
static final ICSearchConstants.SearchFor UNKNOWN_SEARCH_FOR
static final ICSearchConstants.LimitTo UNKNOWN_LIMIT_TO
static final ICSearchConstants.SearchFor TYPE
static final ICSearchConstants.SearchFor FUNCTION
static final ICSearchConstants.SearchFor NAMESPACE
static final ICSearchConstants.SearchFor METHOD
static final ICSearchConstants.SearchFor FIELD
static final ICSearchConstants.SearchFor VAR
static final ICSearchConstants.SearchFor CLASS
static final ICSearchConstants.SearchFor STRUCT
static final ICSearchConstants.SearchFor ENUM
static final ICSearchConstants.SearchFor UNION
static final ICSearchConstants.SearchFor MACRO
static final ICSearchConstants.SearchFor CLASS_STRUCT
static final ICSearchConstants.SearchFor TYPEDEF
static final ICSearchConstants.SearchFor INCLUDE
static final ICSearchConstants.SearchFor DERIVED
static final ICSearchConstants.SearchFor ENUMTOR
static final ICSearchConstants.SearchFor FRIEND
static final ICSearchConstants.LimitTo DECLARATIONS
static final ICSearchConstants.LimitTo DEFINITIONS
static final ICSearchConstants.LimitTo REFERENCES
static final ICSearchConstants.LimitTo ALL_OCCURRENCES
static final ICSearchConstants.LimitTo DECLARATIONS_DEFINITIONS
static final int EXACT_MATCH
static final int PREFIX_MATCH
static final int PATTERN_MATCH
static final boolean CASE_SENSITIVE
static final boolean CASE_INSENSITIVE
static final int FORCE_IMMEDIATE_SEARCH
static final int CANCEL_IF_NOT_READY_TO_SEARCH
org.eclipse.core.runtime.OperationCanceledException
if the underlying indexer has not finished indexing the workspace.
static final int WAIT_UNTIL_READY_TO_SEARCH
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 |