Package | Description |
---|---|
org.eclipse.wst.jsdt.core | |
org.eclipse.wst.jsdt.core.eval | |
org.eclipse.wst.jsdt.ui.text.java |
Modifier and Type | Field and Description |
---|---|
protected CompletionRequestor |
CorrectionEngine.completionRequestor
This field is not intended to be used by client.
|
Modifier and Type | Method and Description |
---|---|
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor)
Do code completion inside a code snippet in the context of the current type.
|
void |
IType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
WorkingCopyOwner owner)
Do code completion inside a code snippet in the context of the current type.
|
void |
ICodeAssist.codeComplete(int offset,
CompletionRequestor requestor)
Performs code completion at the given offset position in this javaScript unit,
reporting results to the given completion requestor.
|
void |
ICodeAssist.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner owner)
Performs code completion at the given offset position in this javaScript unit,
reporting results to the given completion requestor.
|
Modifier and Type | Method and Description |
---|---|
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor)
Performs a code completion at the given position in the given code snippet,
reporting results to the given completion requestor.
|
void |
IEvaluationContext.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor,
WorkingCopyOwner owner)
Performs a code completion at the given position in the given code snippet,
reporting results to the given completion requestor.
|
Modifier and Type | Class and Description |
---|---|
class |
CompletionProposalCollector
JavaScript UI implementation of
CompletionRequestor . |
Copyright (c) IBM Corp. and others 2000, 2016. All Rights Reserved.