Interface ErrorCollector<S>

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

public interface ErrorCollector<S>
  • Method Details

    • store

      void store(int pCursor, SuggestionSupplier<S> pSuggestions, Object pReason)
    • store

      default void store(int pCursor, Object pReason)
    • finish

      void finish(int pCursor)