public static interface ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext extends ISyntaxErrorMessageProvider.IParserErrorContext
ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext is
used.| Modifier and Type | Method and Description |
|---|---|
java.util.List<AbstractElement> |
getMissingMandatoryElements()
Returns the list of mandatory elements that have not been recognized.
|
org.antlr.runtime.FailedPredicateException |
getRecognitionException()
Returns the failed predicate exception caused by a specific unordered group.
|
getTokenNamesgetCurrentContext, getCurrentNode, getDefaultMessagejava.util.List<AbstractElement> getMissingMandatoryElements()
org.antlr.runtime.FailedPredicateException getRecognitionException()
getRecognitionException in interface ISyntaxErrorMessageProvider.IParserErrorContextnull.