org.eclipse.cdt.internal.ui.search
Class PDOMSearchElementQuery
java.lang.Object
org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
org.eclipse.cdt.internal.ui.search.PDOMSearchElementQuery
- All Implemented Interfaces:
- org.eclipse.search.ui.ISearchQuery
public class PDOMSearchElementQuery
- extends PDOMSearchQuery
- Author:
- Doug Schaefer
Constructor Summary |
PDOMSearchElementQuery(org.eclipse.cdt.core.model.ICElement[] scope,
org.eclipse.cdt.core.model.ISourceReference element,
int flags)
|
Method Summary |
java.lang.String |
getLabel()
|
org.eclipse.core.runtime.IStatus |
runWithIndex(org.eclipse.cdt.core.index.IIndex index,
org.eclipse.core.runtime.IProgressMonitor monitor)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PDOMSearchElementQuery
public PDOMSearchElementQuery(org.eclipse.cdt.core.model.ICElement[] scope,
org.eclipse.cdt.core.model.ISourceReference element,
int flags)
runWithIndex
public org.eclipse.core.runtime.IStatus runWithIndex(org.eclipse.cdt.core.index.IIndex index,
org.eclipse.core.runtime.IProgressMonitor monitor)
throws org.eclipse.core.runtime.OperationCanceledException
- Throws:
org.eclipse.core.runtime.OperationCanceledException
getLabel
public java.lang.String getLabel()
- Specified by:
getLabel
in interface org.eclipse.search.ui.ISearchQuery
- Overrides:
getLabel
in class PDOMSearchQuery