Uses of Class
org.eclipse.jdt.internal.core.SearchableEnvironment

Packages that use SearchableEnvironment
org.eclipse.jdt.internal.codeassist   
org.eclipse.jdt.internal.codeassist.impl   
org.eclipse.jdt.internal.core   
org.eclipse.jdt.internal.eval   
 

Uses of SearchableEnvironment in org.eclipse.jdt.internal.codeassist
 

Constructors in org.eclipse.jdt.internal.codeassist with parameters of type SearchableEnvironment
CompletionEngine(SearchableEnvironment nameEnvironment, CompletionRequestor requestor, java.util.Map settings, IJavaProject javaProject, WorkingCopyOwner owner, IProgressMonitor monitor)
          The CompletionEngine is responsible for computing source completions.
SelectionEngine(SearchableEnvironment nameEnvironment, ISelectionRequestor requestor, java.util.Map settings, WorkingCopyOwner owner)
          The SelectionEngine is responsible for computing the selected object.
 

Uses of SearchableEnvironment in org.eclipse.jdt.internal.codeassist.impl
 

Fields in org.eclipse.jdt.internal.codeassist.impl declared as SearchableEnvironment
 SearchableEnvironment Engine.nameEnvironment
           
 

Uses of SearchableEnvironment in org.eclipse.jdt.internal.core
 

Subclasses of SearchableEnvironment in org.eclipse.jdt.internal.core
 class CancelableNameEnvironment
           
 

Methods in org.eclipse.jdt.internal.core that return SearchableEnvironment
 SearchableEnvironment JavaProject.newSearchableNameEnvironment(ICompilationUnit[] workingCopies)
           
 SearchableEnvironment JavaProject.newSearchableNameEnvironment(WorkingCopyOwner owner)
           
 

Uses of SearchableEnvironment in org.eclipse.jdt.internal.eval
 

Methods in org.eclipse.jdt.internal.eval with parameters of type SearchableEnvironment
 void EvaluationContext.complete(char[] codeSnippet, int completionPosition, SearchableEnvironment environment, CompletionRequestor requestor, java.util.Map options, IJavaProject project, WorkingCopyOwner owner, IProgressMonitor monitor)
          Computes a completion at the specified position of the given code snippet.
 void EvaluationContext.select(char[] codeSnippet, int selectionSourceStart, int selectionSourceEnd, SearchableEnvironment environment, ISelectionRequestor requestor, java.util.Map options, WorkingCopyOwner owner)
          Computes the selection at the specified positions of the given code snippet.