Uses of Class
org.eclipse.jdt.core.CompletionContext

Packages that use CompletionContext
org.eclipse.jdt.core   
org.eclipse.jdt.internal.codeassist   
 

Uses of CompletionContext in org.eclipse.jdt.core
 

Methods in org.eclipse.jdt.core with parameters of type CompletionContext
 void CompletionRequestor.acceptContext(CompletionContext context)
          Propose the context in which the completion occurs.
 boolean CompletionProposal.canUseDiamond(CompletionContext coreContext)
          Returns whether it is safe to use the '<>' (diamond) operator in place of explicitly specifying type arguments for this proposal.
 

Uses of CompletionContext in org.eclipse.jdt.internal.codeassist
 

Subclasses of CompletionContext in org.eclipse.jdt.internal.codeassist
 class InternalCompletionContext
          Internal completion context
 

Methods in org.eclipse.jdt.internal.codeassist with parameters of type CompletionContext
 boolean InternalCompletionProposal.canUseDiamond(CompletionContext coreContext)