Interface IContentAssistParser
-
- All Known Subinterfaces:
IPartialContentAssistParser,IPartialEditingContentAssistParser
- All Known Implementing Classes:
AbstractContentAssistParser,AbstractPartialContentAssistParser
public interface IContentAssistParserParser that returns the expected elements when EOF is reached.- Since:
- 2.9
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<FollowElement>getFollowElements(java.lang.String input, boolean strict)java.util.Collection<FollowElement>getFollowElements(FollowElement element)
-
-
-
Method Detail
-
getFollowElements
java.util.Collection<FollowElement> getFollowElements(java.lang.String input, boolean strict)
- Parameters:
strict- iftruethe parser will not use error recovery on the very last token of the input.
-
getFollowElements
java.util.Collection<FollowElement> getFollowElements(FollowElement element)
-
-