org.eclipse.jdt.internal.codeassist
Class InternalExtendedCompletionContext

java.lang.Object
  extended by org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext

public class InternalExtendedCompletionContext
extends java.lang.Object


Constructor Summary
InternalExtendedCompletionContext(InternalCompletionContext completionContext, ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope assistScope, ASTNode assistNode, WorkingCopyOwner owner, CompletionParser parser)
           
 
Method Summary
 IJavaElement getEnclosingElement()
           
 IJavaElement[] getVisibleElements(java.lang.String typeSignature)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalExtendedCompletionContext

public InternalExtendedCompletionContext(InternalCompletionContext completionContext,
                                         ITypeRoot typeRoot,
                                         CompilationUnitDeclaration compilationUnitDeclaration,
                                         LookupEnvironment lookupEnvironment,
                                         Scope assistScope,
                                         ASTNode assistNode,
                                         WorkingCopyOwner owner,
                                         CompletionParser parser)
Method Detail

getEnclosingElement

public IJavaElement getEnclosingElement()

getVisibleElements

public IJavaElement[] getVisibleElements(java.lang.String typeSignature)