public interface IContentAssistParser
| Modifier and Type | Method and Description |
|---|---|
Collection<FollowElement> |
getFollowElements(FollowElement element) |
Collection<FollowElement> |
getFollowElements(String input,
boolean strict) |
Collection<FollowElement> getFollowElements(String input, boolean strict)
strict - if true
the parser will not use error recovery on the very last token of the input.Collection<FollowElement> getFollowElements(FollowElement element)
Copyright © 2016. All Rights Reserved.