org.eclipse.cdt.internal.ui.search
Class PDOMSearchBindingQuery

java.lang.Object
  extended by org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
      extended by org.eclipse.cdt.internal.ui.search.PDOMSearchBindingQuery
All Implemented Interfaces:
org.eclipse.search.ui.ISearchQuery

public class PDOMSearchBindingQuery
extends PDOMSearchQuery

Author:
Doug Schaefer This is the search query to be used for searching the PDOM.

Field Summary
 
Fields inherited from class org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
FIND_ALL_OCCURANCES, FIND_DECLARATIONS, FIND_DECLARATIONS_DEFINITIONS, FIND_DEFINITIONS, FIND_REFERENCES
 
Constructor Summary
PDOMSearchBindingQuery(org.eclipse.cdt.core.model.ICElement[] scope, org.eclipse.cdt.core.index.IIndexBinding binding, 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 org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
canRerun, canRunInBackground, getSearchResult, run
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDOMSearchBindingQuery

public PDOMSearchBindingQuery(org.eclipse.cdt.core.model.ICElement[] scope,
                              org.eclipse.cdt.core.index.IIndexBinding binding,
                              int flags)
Method Detail

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