|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.codeassist.InternalCompletionContext
org.eclipse.jdt.core.CompletionContext
public final class CompletionContext
Completion context. Represent the context in which the completion occurs.
CompletionRequestor.acceptContext(CompletionContext)| Field Summary |
|---|
| Fields inherited from class org.eclipse.jdt.internal.codeassist.InternalCompletionContext |
|---|
expectedTypesKeys, expectedTypesSignatures |
| Constructor Summary | |
|---|---|
CompletionContext()
|
|
| Method Summary | |
|---|---|
char[][] |
getExpectedTypesKeys()
Return keys of expected types of a potential completion proposal at the completion position. |
char[][] |
getExpectedTypesSignatures()
Return signatures of expected types of a potential completion proposal at the completion position. |
| Methods inherited from class org.eclipse.jdt.internal.codeassist.InternalCompletionContext |
|---|
setExpectedTypesKeys, setExpectedTypesSignatures |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CompletionContext()
| Method Detail |
|---|
public char[][] getExpectedTypesSignatures()
null if there is no expected types.Signaturepublic char[][] getExpectedTypesKeys()
null if there is no expected types.ASTParser.createASTs(ICompilationUnit[], String[], org.eclipse.jdt.core.dom.ASTRequestor, org.eclipse.core.runtime.IProgressMonitor)
|
Eclipse JDT Release 3.1 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||