Interface IPartialContentAssistParser
-
- All Superinterfaces:
IContentAssistParser
- All Known Implementing Classes:
AbstractPartialContentAssistParser
public interface IPartialContentAssistParser extends IContentAssistParser
A content assist parser that can skip parts of the document for faster parsing- Since:
- 2.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<FollowElement>getFollowElements(org.eclipse.xtext.parser.IParseResult parseResult, int offset, boolean strict)-
Methods inherited from interface org.eclipse.xtext.ide.editor.contentassist.antlr.IContentAssistParser
getFollowElements, getFollowElements
-
-
-
-
Method Detail
-
getFollowElements
java.util.Collection<FollowElement> getFollowElements(org.eclipse.xtext.parser.IParseResult parseResult, int offset, boolean strict)
- Parameters:
strict- iftruethe parser will not use error recovery on the very last token of the input.
-
-