public interface IJavaScriptSearchConstants
This interface defines the constants used by the search engine.
This interface declares constants only; it is not intended to be implemented.
Modifier and Type | Field and Description |
---|---|
static int |
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 int |
CLASS
The searched element is a class.
|
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 |
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 |
FUNCTION |
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 extends a class.
|
static int |
METHOD
The searched element is a method.
|
static int |
PACKAGE
The searched element is a package.
|
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 |
VAR
The searched element is a field.
|
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.
|
static final int UNKNOWN
static final int TYPE
static final int METHOD
static final int PACKAGE
static final int CONSTRUCTOR
static final int FIELD
static final int CLASS
TYPE
.static final int ENUM
TYPE
.static final int VAR
static final int FUNCTION
static final int DECLARATIONS
static final int IMPLEMENTORS
static final int REFERENCES
static final int ALL_OCCURRENCES
static final int READ_ACCESSES
static final int WRITE_ACCESSES
static final int IGNORE_DECLARING_TYPE
static final int IGNORE_RETURN_TYPE
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
Copyright (c) IBM Corp. and others 2000, 2010. All Rights Reserved.