Interface IPartialEditingContentAssistParser
-
- All Superinterfaces:
IContentAssistParser
- All Known Implementing Classes:
AbstractContentAssistParser,AbstractPartialContentAssistParser
public interface IPartialEditingContentAssistParser extends IContentAssistParser
The partial content assist parser allows to set the entry rule.- Since:
- 2.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitializeFor(org.eclipse.xtext.AbstractRule rule)-
Methods inherited from interface org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
-
-