Uses of Interface
org.eclipse.jdt.core.ICodeCompletionRequestor
Package
Description
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
-
Uses of ICodeCompletionRequestor in org.eclipse.jdt.core
Modifier and TypeMethodDescriptionvoid
ICodeAssist.codeComplete
(int offset, ICodeCompletionRequestor requestor) Deprecated. -
Uses of ICodeCompletionRequestor in org.eclipse.jdt.core.eval
Modifier and TypeMethodDescriptionvoid
IEvaluationContext.codeComplete
(String codeSnippet, int position, ICodeCompletionRequestor requestor) Deprecated.- use codeComplete(String, int, ICompletionRequestor) instead
ICodeAssist.codeComplete(int, ICompletionRequestor)
instead.