Interface ErrorCollector<S>

All Known Implementing Classes:
ErrorCollector.LongestOnly, ErrorCollector.Nop

public interface ErrorCollector<S>
  • Method Details

    • store

      void store(int cursor, SuggestionSupplier<S> suggestions, Object reason)
    • store

      default void store(int cursor, Object reason)
    • finish

      void finish(int finalCursor)