|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Field Summary | |
static int |
EXACT_MATCH
The search result corresponds exactly to the search pattern. |
static int |
POTENTIAL_MATCH
The search result is potentially a match for the search pattern, but a problem prevented the search engine from being more accurate (typically because of the classpath was not correctly set). |
| Method Summary | |
void |
aboutToStart()
Called before the actual search starts. |
boolean |
acceptMatch(IMatch match)
|
IMatch |
createMatch(Object fileResource,
int start,
int end,
org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate node,
IPath referringElement)
|
void |
done()
Called when the search has ended. |
IProgressMonitor |
getProgressMonitor()
Returns the progress monitor used to report progress. |
| Field Detail |
public static final int EXACT_MATCH
public static final int POTENTIAL_MATCH
| Method Detail |
public void aboutToStart()
public void done()
public IMatch createMatch(Object fileResource,
int start,
int end,
org.eclipse.cdt.core.parser.ISourceElementCallbackDelegate node,
IPath referringElement)
throws CoreException
CoreException
public boolean acceptMatch(IMatch match)
throws CoreException
CoreExceptionpublic IProgressMonitor getProgressMonitor()
|
Eclipse CDT Pre-release 3.0 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||