Java org.eclipse.jdt.internal.codeassist InternalCompletionContext fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.internal.codeassist InternalCompletionContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.internal.codeassist InternalCompletionContext.

The text is from its open source code.

Constructor

Method

ASTNodegetCompletionNode()
Return the completion node associated with the current completion.
ASTNodegetCompletionNodeParent()
Return the parent AST node of the completion node associated with the current completion.
char[][]getExpectedTypesKeys()
char[][]getExpectedTypesSignatures()
ObjectVectorgetVisibleFields()
Return the bindings of all visible fields in the current completion context.
ObjectVectorgetVisibleLocalVariables()
Return the bindings of all visible local variables in the current completion context.
ObjectVectorgetVisibleMethods()
Return the bindings of all visible methods in the current completion context.