Java org.eclipse.jdt.core CompletionRequestor fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core CompletionRequestor fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core CompletionRequestor.

The text is from its open source code.

Subclass

org.eclipse.jdt.core.CompletionRequestor has subclasses.
Click this link to see all its subclasses.

Constructor

CompletionRequestor()
Creates a new completion requestor.

Method

voidaccept(CompletionProposal proposal)
Proposes a completion.
voidacceptContext(CompletionContext context)
Propose the context in which the completion occurs.
voidsetAllowsRequiredProposals(int proposalKind, int requiredProposalKind, boolean allow)
Sets whether a proposal of a given kind with a required proposal of the given kind is allowed.