|
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
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, javadoc |
| 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. |
boolean |
isInJavadoc()
Tell user whether completion takes place in a javadoc comment or not. |
boolean |
isInJavadocFormalReference()
Tell user whether completion takes place in a formal reference of a javadoc tag or not. |
boolean |
isInJavadocText()
Tell user whether completion takes place in text area of a javadoc comment or not. |
| Methods inherited from class org.eclipse.jdt.internal.codeassist.InternalCompletionContext |
|---|
setExpectedTypesKeys, setExpectedTypesSignatures, setJavadoc |
| 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 boolean isInJavadoc()
public boolean isInJavadocText()
public boolean isInJavadocFormalReference()
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 | |||||||||||