Uses of Class
org.aspectj.org.eclipse.jdt.internal.core.SearchableEnvironment
Packages that use SearchableEnvironment
Package
Description
-
Uses of SearchableEnvironment in org.aspectj.org.eclipse.jdt.internal.codeassist
Methods in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type SearchableEnvironmentModifier and TypeMethodDescriptionICompletionEngineProvider.newCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map<String, String> settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Returns a new completion engine built with the given parameters.Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type SearchableEnvironmentModifierConstructorDescriptionCompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, Map settings, IJavaProject javaProject, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) The CompletionEngine is responsible for computing source completions.SelectionEngine(SearchableEnvironment nameEnvironment, ISelectionRequestor requestor, Map settings, WorkingCopyOwner owner) The SelectionEngine is responsible for computing the selected object. -
Uses of SearchableEnvironment in org.aspectj.org.eclipse.jdt.internal.codeassist.impl
Fields in org.aspectj.org.eclipse.jdt.internal.codeassist.impl declared as SearchableEnvironment -
Uses of SearchableEnvironment in org.aspectj.org.eclipse.jdt.internal.core
Subclasses of SearchableEnvironment in org.aspectj.org.eclipse.jdt.internal.coreMethods in org.aspectj.org.eclipse.jdt.internal.core that return SearchableEnvironmentModifier and TypeMethodDescriptionJavaProject.newSearchableNameEnvironment(ICompilationUnit[] workingCopies) JavaProject.newSearchableNameEnvironment(ICompilationUnit[] workingCopies, boolean excludeTestCode) JavaProject.newSearchableNameEnvironment(WorkingCopyOwner owner) JavaProject.newSearchableNameEnvironment(WorkingCopyOwner owner, boolean excludeTestCode) -
Uses of SearchableEnvironment in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type SearchableEnvironmentModifier and TypeMethodDescriptionvoidEvaluationContext.complete(char[] codeSnippet, int completionPosition, SearchableEnvironment environment, CompletionRequestor requestor, Map<String, String> options, IJavaProject project, WorkingCopyOwner owner, org.eclipse.core.runtime.IProgressMonitor monitor) Computes a completion at the specified position of the given code snippet.voidEvaluationContext.select(char[] codeSnippet, int selectionSourceStart, int selectionSourceEnd, SearchableEnvironment environment, ISelectionRequestor requestor, Map<String, String> options, WorkingCopyOwner owner) Computes the selection at the specified positions of the given code snippet.