Interface ISyntaxErrorMessageProvider.IUnorderedGroupErrorContext

    • Method Detail

      • getMissingMandatoryElements

        java.util.List<AbstractElement> getMissingMandatoryElements()
        Returns the list of mandatory elements that have not been recognized.
        Returns:
        the list of missing mandatory elements.
      • getRecognitionException

        org.antlr.runtime.FailedPredicateException getRecognitionException()
        Returns the failed predicate exception caused by a specific unordered group.
        Specified by:
        getRecognitionException in interface ISyntaxErrorMessageProvider.IParserErrorContext
        Returns:
        the failed predicate exception caused by a specific unordered group. Never null.