Package | Description |
---|---|
org.eclipse.jdt.core |
The Java model is the set of classes that model the
objects associated with creating, editing, and building a Java program.
|
org.eclipse.jdt.core.eval |
Provides support for the evaluation of code snippets
in a scrapbook or inside the debugger.
|
Modifier and Type | Method and Description |
---|---|
void |
ICodeAssist.codeComplete(int offset,
ICodeCompletionRequestor requestor)
Deprecated.
Use
ICodeAssist.codeComplete(int, ICompletionRequestor) instead. |
Modifier and Type | Method and Description |
---|---|
void |
IEvaluationContext.codeComplete(String codeSnippet,
int position,
ICodeCompletionRequestor requestor)
Deprecated.
- use codeComplete(String, int, ICompletionRequestor) instead
|
Copyright (c) 2000, 2015 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.