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 cursor)
     
    default void
    store(int cursor, Object reason)
     
    void
    store(int cursor, SuggestionSupplier<S> suggestions, Object reason)
     
  • Method Details

    • store

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

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

      void finish(int cursor)