All Implemented Interfaces:
ParserErrorHandler

public class FailAll extends AbstractCollectingHandler
An error handler which collects all errors during parsing and then fails at the end of parsing
  • Constructor Details

    • FailAll

      public FailAll()
  • Method Details

    • finished

      public <T> ParseResult<T> finished(ParseState<T> state)
      Description copied from interface: ParserErrorHandler
      Prepares the parser result
      Parameters:
      state - Parser state
      Returns:
      Parser result