protected class AbstractInternalAntlrParser.UnorderedGroupErrorContext extends AbstractInternalAntlrParser.ParserErrorContext implements ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext
Modifier | Constructor and Description |
---|---|
protected |
AbstractInternalAntlrParser.UnorderedGroupErrorContext(org.antlr.runtime.FailedPredicateException exception) |
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 recognition exception or
null in case of lexer errors. |
getDefaultMessage, getTokenNames
getCurrentContext, getCurrentNode
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getTokenNames
getCurrentContext, getCurrentNode, getDefaultMessage
protected AbstractInternalAntlrParser.UnorderedGroupErrorContext(org.antlr.runtime.FailedPredicateException exception)
public org.antlr.runtime.FailedPredicateException getRecognitionException()
ISyntaxErrorMessageProvider.IParserErrorContext
null
in case of lexer errors.getRecognitionException
in interface ISyntaxErrorMessageProvider.IParserErrorContext
getRecognitionException
in interface ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext
getRecognitionException
in class AbstractInternalAntlrParser.ParserErrorContext
null
in
case of lexer errors.public java.util.List<AbstractElement> getMissingMandatoryElements()
ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext
getMissingMandatoryElements
in interface ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext