Verwendungen von Schnittstelle
org.aspectj.org.eclipse.jdt.internal.codeassist.ISearchRequestor
Packages, die ISearchRequestor verwenden
Package
Beschreibung
-
Verwendungen von ISearchRequestor in org.aspectj.org.eclipse.jdt.internal.codeassist
Klassen in org.aspectj.org.eclipse.jdt.internal.codeassist, die ISearchRequestor implementierenModifizierer und TypKlasseBeschreibungfinal classThis class is the entry point for source completions.final classThe selection engine is intended to infer the nature of a selected name in some source code. -
Verwendungen von ISearchRequestor in org.aspectj.org.eclipse.jdt.internal.core
Methoden in org.aspectj.org.eclipse.jdt.internal.core mit Parametern vom Typ ISearchRequestorModifizierer und TypMethodeBeschreibungvoidSearchableEnvironment.findConstructorDeclarations(char[] prefix, int matchRule, boolean resolveDocumentName, 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, boolean resolveDocumentName, ISearchRequestor storage, org.eclipse.core.runtime.IProgressMonitor monitor) Must be used only by CompletionEngine.voidSearchableEnvironment.findTypes(char[] prefix, boolean findMembers, int matchRule, int searchFor, ISearchRequestor storage, org.eclipse.core.runtime.IProgressMonitor monitor) Must be used only by CompletionEngine.