org.eclipse.cdt.internal.ui.search
Class PDOMSearchPatternQuery
java.lang.Object
org.eclipse.cdt.internal.ui.search.PDOMSearchQuery
org.eclipse.cdt.internal.ui.search.PDOMSearchPatternQuery
- All Implemented Interfaces:
- org.eclipse.search.ui.ISearchQuery
public class PDOMSearchPatternQuery
- extends PDOMSearchQuery
- Author:
- Doug Schaefer
Constructor Summary |
PDOMSearchPatternQuery(org.eclipse.cdt.core.model.ICElement[] scope,
java.lang.String scopeDesc,
java.lang.String patternStr,
boolean isCaseSensitive,
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 |
FIND_CLASS_STRUCT
public static final int FIND_CLASS_STRUCT
- See Also:
- Constant Field Values
FIND_FUNCTION
public static final int FIND_FUNCTION
- See Also:
- Constant Field Values
FIND_VARIABLE
public static final int FIND_VARIABLE
- See Also:
- Constant Field Values
FIND_UNION
public static final int FIND_UNION
- See Also:
- Constant Field Values
FIND_METHOD
public static final int FIND_METHOD
- See Also:
- Constant Field Values
FIND_FIELD
public static final int FIND_FIELD
- See Also:
- Constant Field Values
FIND_ENUM
public static final int FIND_ENUM
- See Also:
- Constant Field Values
FIND_ENUMERATOR
public static final int FIND_ENUMERATOR
- See Also:
- Constant Field Values
FIND_NAMESPACE
public static final int FIND_NAMESPACE
- See Also:
- Constant Field Values
FIND_TYPEDEF
public static final int FIND_TYPEDEF
- See Also:
- Constant Field Values
FIND_MACRO
public static final int FIND_MACRO
- See Also:
- Constant Field Values
FIND_ALL_TYPES
public static final int FIND_ALL_TYPES
- See Also:
- Constant Field Values
PDOMSearchPatternQuery
public PDOMSearchPatternQuery(org.eclipse.cdt.core.model.ICElement[] scope,
java.lang.String scopeDesc,
java.lang.String patternStr,
boolean isCaseSensitive,
int flags)
throws java.util.regex.PatternSyntaxException
- Throws:
java.util.regex.PatternSyntaxException
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