Uses of Interface
org.aspectj.org.eclipse.jdt.internal.codeassist.ISearchRequestor
Packages that use ISearchRequestor
Package
Description
-
Uses of ISearchRequestor in org.aspectj.org.eclipse.jdt.internal.codeassist
Classes in org.aspectj.org.eclipse.jdt.internal.codeassist that implement ISearchRequestorModifier and TypeClassDescriptionclassThis class is the entry point for source completions.classThe selection engine is intended to infer the nature of a selected name in some source code. -
Uses of ISearchRequestor in org.aspectj.org.eclipse.jdt.internal.core
Methods in org.aspectj.org.eclipse.jdt.internal.core with parameters of type ISearchRequestorModifier and TypeMethodDescriptionvoidSearchableEnvironment.findConstructorDeclarations(char[] prefix, int matchRule, ISearchRequestor storage, org.eclipse.core.runtime.IProgressMonitor monitor)Must be used only by CompletionEngine.voidSearchableEnvironment.findExactTypes(char[] name, boolean findMembers, int searchFor, ISearchRequestor storage)Find the top-level types that are defined in the current environment and whose simple name matches the given name.voidSearchableEnvironment.findModules(char[] prefix, ISearchRequestor requestor, IJavaProject javaProject)Find the modules that start with the given prefix.voidCancelableNameEnvironment.findPackages(char[] prefix, ISearchRequestor requestor)voidSearchableEnvironment.findPackages(char[] prefix, ISearchRequestor requestor)Find the packages that start with the given prefix.voidSearchableEnvironment.findPackages(char[] prefix, ISearchRequestor requestor, IPackageFragmentRoot[] moduleContext, boolean followRequires)Find the packages that start with the given prefix and belong to the given module.voidCancelableNameEnvironment.findTypes(char[] prefix, boolean findMembers, int matchRule, int searchFor, ISearchRequestor storage, org.eclipse.core.runtime.IProgressMonitor progressMonitor)voidSearchableEnvironment.findTypes(char[] prefix, boolean findMembers, boolean camelCaseMatch, int searchFor, ISearchRequestor storage)Find the top-level types that are defined in the current environment and whose name starts with the given prefix.voidSearchableEnvironment.findTypes(char[] prefix, boolean findMembers, int matchRule, int searchFor, ISearchRequestor storage, org.eclipse.core.runtime.IProgressMonitor monitor)Must be used only by CompletionEngine.