|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of CompletionRequestor in org.eclipse.jdt.core |
|---|
| Fields in org.eclipse.jdt.core declared as CompletionRequestor | |
|---|---|
protected CompletionRequestor |
CorrectionEngine.completionRequestor
This field is not intended to be used by client. |
| Methods in org.eclipse.jdt.core with parameters of type CompletionRequestor | |
|---|---|
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,
IProgressMonitor monitor)
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,
IProgressMonitor monitor)
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 compilation unit, reporting results to the given completion requestor. |
void |
ICodeAssist.codeComplete(int offset,
CompletionRequestor requestor,
IProgressMonitor monitor)
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor. |
void |
ICodeAssist.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner owner,
IProgressMonitor monitor)
Performs code completion at the given offset position in this compilation unit, reporting results to the given completion requestor. |
| Uses of CompletionRequestor in org.eclipse.jdt.core.eval |
|---|
| Methods in org.eclipse.jdt.core.eval with parameters of type CompletionRequestor | |
|---|---|
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,
IProgressMonitor monitor)
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,
IProgressMonitor monitor)
Performs a code completion at the given position in the given code snippet, reporting results to the given completion requestor. |
| Uses of CompletionRequestor in org.eclipse.jdt.internal.codeassist |
|---|
| Subclasses of CompletionRequestor in org.eclipse.jdt.internal.codeassist | |
|---|---|
class |
CompletionRequestorWrapper
Deprecated. |
| Constructors in org.eclipse.jdt.internal.codeassist with parameters of type CompletionRequestor | |
|---|---|
CompletionEngine(SearchableEnvironment nameEnvironment,
CompletionRequestor requestor,
java.util.Map settings,
IJavaProject javaProject,
WorkingCopyOwner owner,
IProgressMonitor monitor)
The CompletionEngine is responsible for computing source completions. |
|
| Uses of CompletionRequestor in org.eclipse.jdt.internal.core |
|---|
| Methods in org.eclipse.jdt.internal.core with parameters of type CompletionRequestor | |
|---|---|
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor)
|
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor)
|
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
IProgressMonitor monitor)
|
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
IProgressMonitor monitor)
|
void |
SourceType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
WorkingCopyOwner owner,
IProgressMonitor monitor)
|
void |
BinaryType.codeComplete(char[] snippet,
int insertion,
int position,
char[][] localVariableTypeNames,
char[][] localVariableNames,
int[] localVariableModifiers,
boolean isStatic,
CompletionRequestor requestor,
WorkingCopyOwner owner,
IProgressMonitor monitor)
|
protected void |
Openable.codeComplete(ICompilationUnit cu,
ICompilationUnit unitToSkip,
int position,
CompletionRequestor requestor,
WorkingCopyOwner owner,
ITypeRoot typeRoot,
IProgressMonitor monitor)
|
void |
ClassFile.codeComplete(int offset,
CompletionRequestor requestor)
|
void |
CompilationUnit.codeComplete(int offset,
CompletionRequestor requestor)
|
void |
ClassFile.codeComplete(int offset,
CompletionRequestor requestor,
IProgressMonitor monitor)
|
void |
CompilationUnit.codeComplete(int offset,
CompletionRequestor requestor,
IProgressMonitor monitor)
|
void |
ClassFile.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner owner,
IProgressMonitor monitor)
|
void |
CompilationUnit.codeComplete(int offset,
CompletionRequestor requestor,
WorkingCopyOwner workingCopyOwner,
IProgressMonitor monitor)
|
| Uses of CompletionRequestor in org.eclipse.jdt.internal.core.eval |
|---|
| Methods in org.eclipse.jdt.internal.core.eval with parameters of type CompletionRequestor | |
|---|---|
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor)
|
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor,
IProgressMonitor monitor)
|
void |
EvaluationContextWrapper.codeComplete(java.lang.String codeSnippet,
int position,
CompletionRequestor requestor,
WorkingCopyOwner owner,
IProgressMonitor monitor)
|
| Uses of CompletionRequestor in org.eclipse.jdt.internal.eval |
|---|
| Methods in org.eclipse.jdt.internal.eval with parameters of type CompletionRequestor | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||