Interface ErrorCollector<S>

All Known Implementing Classes:
ErrorCollector.LongestOnly

public interface ErrorCollector<S>
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static class 
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    finish(int pCursor)
     
    default void
    store(int pCursor, Object pReason)
     
    void
    store(int pCursor, SuggestionSupplier<S> pSuggestions, Object pReason)
     
  • 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)