Class ErrorCollector.LongestOnly<S>

java.lang.Object
net.minecraft.util.parsing.packrat.ErrorCollector.LongestOnly<S>
All Implemented Interfaces:
ErrorCollector<S>
Enclosing interface:
ErrorCollector<S>

public static class ErrorCollector.LongestOnly<S> extends Object implements ErrorCollector<S>
  • Field Details

    • entries

      private final List<ErrorEntry<S>> entries
    • lastCursor

      private int lastCursor
  • Constructor Details

    • LongestOnly

      public LongestOnly()
  • Method Details