Uses of Interface
org.aspectj.org.eclipse.jdt.internal.codeassist.ISelectionRequestor
Packages that use ISelectionRequestor
Package
Description
-
Uses of ISelectionRequestor in org.aspectj.org.eclipse.jdt.internal.codeassist
Constructors in org.aspectj.org.eclipse.jdt.internal.codeassist with parameters of type ISelectionRequestorModifierConstructorDescriptionSelectionEngine(SearchableEnvironment nameEnvironment, ISelectionRequestor requestor, Map settings, WorkingCopyOwner owner) The SelectionEngine is responsible for computing the selected object. -
Uses of ISelectionRequestor in org.aspectj.org.eclipse.jdt.internal.core
Classes in org.aspectj.org.eclipse.jdt.internal.core that implement ISelectionRequestorModifier and TypeClassDescriptionclassImplementation ofISelectionRequestorto assist with code resolve in a compilation unit. -
Uses of ISelectionRequestor in org.aspectj.org.eclipse.jdt.internal.eval
Methods in org.aspectj.org.eclipse.jdt.internal.eval with parameters of type ISelectionRequestorModifier and TypeMethodDescriptionvoidEvaluationContext.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.