org.eclipse.xtext.ui.editor.contentassist
Interface ContextInformationComputer.State

All Known Implementing Classes:
RepeatedContentAssistProcessor, XtextContentAssistProcessor
Enclosing class:
ContextInformationComputer

public static interface ContextInformationComputer.State


Method Summary
 IContextInformationAcceptor decorateAcceptor(IContextInformationAcceptor delegate)
           
 ContentAssistContext.Factory getContextFactory()
           
 IContextInformationProvider getContextInformationProvider()
           
 

Method Detail

getContextFactory

ContentAssistContext.Factory getContextFactory()

getContextInformationProvider

IContextInformationProvider getContextInformationProvider()

decorateAcceptor

IContextInformationAcceptor decorateAcceptor(IContextInformationAcceptor delegate)