Uses of Class
org.eclipse.jdt.internal.codeassist.InternalCompletionContext

Packages that use InternalCompletionContext
org.eclipse.jdt.internal.codeassist   
 

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

Constructors in org.eclipse.jdt.internal.codeassist with parameters of type InternalCompletionContext
InternalExtendedCompletionContext(InternalCompletionContext completionContext, ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope assistScope, ASTNode assistNode, ASTNode assistNodeParent, WorkingCopyOwner owner, CompletionParser parser)