Class InternalExtendedCompletionContext
java.lang.Object
org.aspectj.org.eclipse.jdt.internal.codeassist.InternalExtendedCompletionContext
-
Constructor Summary
ConstructorsConstructorDescriptionInternalExtendedCompletionContext(InternalCompletionContext completionContext, ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope assistScope, ASTNode assistNode, ASTNode assistNodeParent, WorkingCopyOwner owner, CompletionParser parser) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanUseDiamond(String[] parameterTypes, char[] fullyQualifiedTypeName) booleancanUseDiamond(String[] parameterTypes, char[][] typeVariables) getVisibleElements(String typeSignature)
-
Constructor Details
-
InternalExtendedCompletionContext
public InternalExtendedCompletionContext(InternalCompletionContext completionContext, ITypeRoot typeRoot, CompilationUnitDeclaration compilationUnitDeclaration, LookupEnvironment lookupEnvironment, Scope assistScope, ASTNode assistNode, ASTNode assistNodeParent, WorkingCopyOwner owner, CompletionParser parser)
-
-
Method Details
-
getEnclosingElement
-
getVisibleElements
-
canUseDiamond
-
canUseDiamond
-
getCompletionNode
- See Also:
-
getCompletionNodeParent
- See Also:
-
getVisibleLocalVariables
-
getVisibleFields
-
getVisibleMethods
-