Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.search.AbstractSearchScope
Packages that use AbstractSearchScope
Package
Description
-
Uses of AbstractSearchScope in org.aspectj.org.eclipse.jdt.internal.core
Fields in org.aspectj.org.eclipse.jdt.internal.core with type parameters of type AbstractSearchScopeModifier and TypeFieldDescriptionprotected WeakHashMap<AbstractSearchScope, ?> JavaModelManager.searchScopesA weak set of the known search scopes.Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type AbstractSearchScopeModifier and TypeMethodDescriptionvoidJavaModelManager.rememberScope(AbstractSearchScope scope) Remembers the given scope in a weak set (so no need to remove it: it will be removed by the garbage collector) -
Uses of AbstractSearchScope in org.aspectj.org.eclipse.jdt.internal.core.search
Subclasses of AbstractSearchScope in org.aspectj.org.eclipse.jdt.internal.core.searchModifier and TypeClassDescriptionclassclassScope limited to the subtype and supertype hierarchy of a given type.classA Java-specific scope for searching relative to one or more java elements.classA Java-specific scope for searching the entire workspace.classMethods in org.aspectj.org.eclipse.jdt.internal.core.search that return AbstractSearchScope