org.eclipse.xtext.ui.codetemplates.ui.partialEditing
Interface IPartialContentAssistParser

All Superinterfaces:
IContentAssistParser
All Known Implementing Classes:
PartialCodetemplatesContentAssistParser, PartialXtextContentAssistParser

public interface IPartialContentAssistParser
extends IContentAssistParser

The partial content assist parser allows to set the entry rule.

Author:
Sebastian Zarnekow - Initial contribution and API

Method Summary
 void initializeFor(AbstractRule rule)
           
 
Methods inherited from interface org.eclipse.xtext.ui.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
 

Method Detail

initializeFor

void initializeFor(AbstractRule rule)