Class IndexFilter
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.java.IndexFilter
Can be subclassed and used for queries in the index.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanacceptBinding(IBinding binding)Determines whether or not a binding is valid.static IndexFilterGet an IndexFilter that accepts everything
-
Field Details
-
ALL
-
-
Constructor Details
-
IndexFilter
public IndexFilter()
-
-
Method Details
-
getFilter
Get an IndexFilter that accepts everything- Returns:
- an IndexFilter instance
-
acceptBinding
Determines whether or not a binding is valid.- Parameters:
binding- the binding being checked for validity- Returns:
- whether or not the binding is valid
- Throws:
org.eclipse.core.runtime.CoreException
-