public class org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy extends org.antlr.v4.runtime.DefaultErrorStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy
  super_class: org.antlr.v4.runtime.DefaultErrorStrategy
{
  public int firstErrorTokenIndex;
    descriptor: I
    flags: (0x0001) ACC_PUBLIC

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
         0: .line 430
            aload 0 /* this */
            invokespecial org.antlr.v4.runtime.DefaultErrorStrategy.<init>:()V
         1: .line 431
            aload 0 /* this */
            iconst_m1
            putfield org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy.firstErrorTokenIndex:I
         2: .line 430
            return
        end local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/antlr/v4/tool/GrammarParserInterpreter$BailButConsumeErrorStrategy;

  public void recover(org.antlr.v4.runtime.Parser, org.antlr.v4.runtime.RecognitionException);
    descriptor: (Lorg/antlr/v4/runtime/Parser;Lorg/antlr/v4/runtime/RecognitionException;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
        start local 1 // org.antlr.v4.runtime.Parser recognizer
        start local 2 // org.antlr.v4.runtime.RecognitionException e
         0: .line 434
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getInputStream:()Lorg/antlr/v4/runtime/TokenStream;
            invokeinterface org.antlr.v4.runtime.TokenStream.index:()I
            istore 3 /* errIndex */
        start local 3 // int errIndex
         1: .line 435
            aload 0 /* this */
            getfield org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy.firstErrorTokenIndex:I
            iconst_m1
            if_icmpne 3
         2: .line 436
            aload 0 /* this */
            iload 3 /* errIndex */
            putfield org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy.firstErrorTokenIndex:I
         3: .line 439
      StackMap locals: int
      StackMap stack:
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getInputStream:()Lorg/antlr/v4/runtime/TokenStream;
            astore 4 /* input */
        start local 4 // org.antlr.v4.runtime.TokenStream input
         4: .line 440
            aload 4 /* input */
            invokeinterface org.antlr.v4.runtime.TokenStream.index:()I
            aload 4 /* input */
            invokeinterface org.antlr.v4.runtime.TokenStream.size:()I
            iconst_1
            isub
            if_icmpge 6
         5: .line 441
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.consume:()Lorg/antlr/v4/runtime/Token;
            pop
         6: .line 443
      StackMap locals: org.antlr.v4.runtime.TokenStream
      StackMap stack:
            return
        end local 4 // org.antlr.v4.runtime.TokenStream input
        end local 3 // int errIndex
        end local 2 // org.antlr.v4.runtime.RecognitionException e
        end local 1 // org.antlr.v4.runtime.Parser recognizer
        end local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    7     0        this  Lorg/antlr/v4/tool/GrammarParserInterpreter$BailButConsumeErrorStrategy;
            0    7     1  recognizer  Lorg/antlr/v4/runtime/Parser;
            0    7     2           e  Lorg/antlr/v4/runtime/RecognitionException;
            1    7     3    errIndex  I
            4    7     4       input  Lorg/antlr/v4/runtime/TokenStream;
    MethodParameters:
            Name  Flags
      recognizer  
      e           

  public org.antlr.v4.runtime.Token recoverInline(org.antlr.v4.runtime.Parser);
    descriptor: (Lorg/antlr/v4/runtime/Parser;)Lorg/antlr/v4/runtime/Token;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
        start local 1 // org.antlr.v4.runtime.Parser recognizer
         0: .line 447
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getInputStream:()Lorg/antlr/v4/runtime/TokenStream;
            invokeinterface org.antlr.v4.runtime.TokenStream.index:()I
            istore 2 /* errIndex */
        start local 2 // int errIndex
         1: .line 448
            aload 0 /* this */
            getfield org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy.firstErrorTokenIndex:I
            iconst_m1
            if_icmpne 3
         2: .line 449
            aload 0 /* this */
            iload 2 /* errIndex */
            putfield org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy.firstErrorTokenIndex:I
         3: .line 452
      StackMap locals: int
      StackMap stack:
            new org.antlr.v4.runtime.InputMismatchException
            dup
            aload 1 /* recognizer */
            invokespecial org.antlr.v4.runtime.InputMismatchException.<init>:(Lorg/antlr/v4/runtime/Parser;)V
            astore 3 /* e */
        start local 3 // org.antlr.v4.runtime.InputMismatchException e
         4: .line 455
            aload 3 /* e */
            athrow
        end local 3 // org.antlr.v4.runtime.InputMismatchException e
        end local 2 // int errIndex
        end local 1 // org.antlr.v4.runtime.Parser recognizer
        end local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lorg/antlr/v4/tool/GrammarParserInterpreter$BailButConsumeErrorStrategy;
            0    5     1  recognizer  Lorg/antlr/v4/runtime/Parser;
            1    5     2    errIndex  I
            4    5     3           e  Lorg/antlr/v4/runtime/InputMismatchException;
    Exceptions:
      throws org.antlr.v4.runtime.RecognitionException
    MethodParameters:
            Name  Flags
      recognizer  

  public void sync(org.antlr.v4.runtime.Parser);
    descriptor: (Lorg/antlr/v4/runtime/Parser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
        start local 1 // org.antlr.v4.runtime.Parser recognizer
         0: .line 459
            return
        end local 1 // org.antlr.v4.runtime.Parser recognizer
        end local 0 // org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/antlr/v4/tool/GrammarParserInterpreter$BailButConsumeErrorStrategy;
            0    1     1  recognizer  Lorg/antlr/v4/runtime/Parser;
    MethodParameters:
            Name  Flags
      recognizer  
}
SourceFile: "GrammarParserInterpreter.java"
NestHost: org.antlr.v4.tool.GrammarParserInterpreter
InnerClasses:
  public BailButConsumeErrorStrategy = org.antlr.v4.tool.GrammarParserInterpreter$BailButConsumeErrorStrategy of org.antlr.v4.tool.GrammarParserInterpreter