Class MismatchedRangeException

All Implemented Interfaces:
Serializable

public class MismatchedRangeException extends RecognitionException
See Also:
  • Field Details

    • a

      public int a
    • b

      public int b
  • Constructor Details

    • MismatchedRangeException

      public MismatchedRangeException()
      Used for remote debugger deserialization
    • MismatchedRangeException

      public MismatchedRangeException(int a, int b, IntStream input)
  • Method Details