Uses of Class
org.eclipse.wst.jsdt.core.CompletionContext

Packages that use CompletionContext
org.eclipse.wst.jsdt.core   
org.eclipse.wst.jsdt.ui.text.java   
 

Uses of CompletionContext in org.eclipse.wst.jsdt.core
 

Methods in org.eclipse.wst.jsdt.core with parameters of type CompletionContext
 void CompletionRequestor.acceptContext(CompletionContext context)
          Propose the context in which the completion occurs.
 

Uses of CompletionContext in org.eclipse.wst.jsdt.ui.text.java
 

Methods in org.eclipse.wst.jsdt.ui.text.java that return CompletionContext
 CompletionContext JavaContentAssistInvocationContext.getCoreContext()
          Returns the core completion context if available, null otherwise.
 

Methods in org.eclipse.wst.jsdt.ui.text.java with parameters of type CompletionContext
 void CompletionProposalCollector.acceptContext(CompletionContext context)
          Propose the context in which the completion occurs. Subclasses may extend, but usually should not need to.