Package org.eclipse.jdt.ui.search
Class ElementQuerySpecification
java.lang.Object
org.eclipse.jdt.ui.search.QuerySpecification
org.eclipse.jdt.ui.search.ElementQuerySpecification
Describes a search query by giving the IJavaElement
to search
for.
This class is not intended to be instantiated or subclassed by clients.
- Since:
- 3.0
- See Also:
- Restriction:
- This class is not intended to be subclassed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Constructor Summary
ConstructorDescriptionElementQuerySpecification
(IJavaElement javaElement, int limitTo, IJavaSearchScope scope, String scopeDescription) A constructor. -
Method Summary
Methods inherited from class org.eclipse.jdt.ui.search.QuerySpecification
getLimitTo, getScope, getScopeDescription
-
Constructor Details
-
ElementQuerySpecification
public ElementQuerySpecification(IJavaElement javaElement, int limitTo, IJavaSearchScope scope, String scopeDescription) A constructor.- Parameters:
javaElement
- The java element the query should search for.limitTo
- The kind of occurrence the query should search for.scope
- The scope to search in.scopeDescription
- A human readable description of the search scope.
-
-
Method Details
-
getElement
Returns the element to search for.- Returns:
- The element to search for.
-