org.eclipse.xtext.ui.editor.contentassist
Interface IContextInformationAcceptor

All Known Implementing Classes:
ContextInformationComputer

public interface IContextInformationAcceptor

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 void accept(org.eclipse.jface.text.contentassist.IContextInformation information)
           
 boolean canAcceptMoreInformation()
           
 

Method Detail

accept

void accept(org.eclipse.jface.text.contentassist.IContextInformation information)

canAcceptMoreInformation

boolean canAcceptMoreInformation()