public final class ContextInformationComputer extends Object implements IUnitOfWork<org.eclipse.jface.text.contentassist.IContextInformation[],XtextResource>, IContextInformationAcceptor
| Modifier and Type | Class and Description |
|---|---|
static interface |
ContextInformationComputer.State |
IUnitOfWork.Void<T>| Constructor and Description |
|---|
ContextInformationComputer(ContextInformationComputer.State state,
org.eclipse.jface.text.ITextViewer viewer,
int offset) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(org.eclipse.jface.text.contentassist.IContextInformation information) |
boolean |
canAcceptMoreInformation() |
org.eclipse.jface.text.contentassist.IContextInformation[] |
exec(XtextResource resource) |
public ContextInformationComputer(ContextInformationComputer.State state, org.eclipse.jface.text.ITextViewer viewer, int offset)
public org.eclipse.jface.text.contentassist.IContextInformation[] exec(XtextResource resource) throws Exception
exec in interface IUnitOfWork<org.eclipse.jface.text.contentassist.IContextInformation[],XtextResource>Exceptionpublic void accept(org.eclipse.jface.text.contentassist.IContextInformation information)
accept in interface IContextInformationAcceptorpublic boolean canAcceptMoreInformation()
canAcceptMoreInformation in interface IContextInformationAcceptorCopyright © 2016. All Rights Reserved.