public class org.antlr.v4.runtime.InputMismatchException extends org.antlr.v4.runtime.RecognitionException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.InputMismatchException
  super_class: org.antlr.v4.runtime.RecognitionException
{
  public void <init>(org.antlr.v4.runtime.Parser);
    descriptor: (Lorg/antlr/v4/runtime/Parser;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.InputMismatchException this
        start local 1 // org.antlr.v4.runtime.Parser recognizer
         0: .line 13
            aload 0 /* this */
            aload 1 /* recognizer */
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getInputStream:()Lorg/antlr/v4/runtime/TokenStream;
            aload 1 /* recognizer */
            getfield org.antlr.v4.runtime.Parser._ctx:Lorg/antlr/v4/runtime/ParserRuleContext;
            invokespecial org.antlr.v4.runtime.RecognitionException.<init>:(Lorg/antlr/v4/runtime/Recognizer;Lorg/antlr/v4/runtime/IntStream;Lorg/antlr/v4/runtime/ParserRuleContext;)V
         1: .line 14
            aload 0 /* this */
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getCurrentToken:()Lorg/antlr/v4/runtime/Token;
            invokevirtual org.antlr.v4.runtime.InputMismatchException.setOffendingToken:(Lorg/antlr/v4/runtime/Token;)V
         2: .line 15
            return
        end local 1 // org.antlr.v4.runtime.Parser recognizer
        end local 0 // org.antlr.v4.runtime.InputMismatchException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lorg/antlr/v4/runtime/InputMismatchException;
            0    3     1  recognizer  Lorg/antlr/v4/runtime/Parser;
    MethodParameters:
            Name  Flags
      recognizer  

  public void <init>(org.antlr.v4.runtime.Parser, int, org.antlr.v4.runtime.ParserRuleContext);
    descriptor: (Lorg/antlr/v4/runtime/Parser;ILorg/antlr/v4/runtime/ParserRuleContext;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.antlr.v4.runtime.InputMismatchException this
        start local 1 // org.antlr.v4.runtime.Parser recognizer
        start local 2 // int state
        start local 3 // org.antlr.v4.runtime.ParserRuleContext ctx
         0: .line 18
            aload 0 /* this */
            aload 1 /* recognizer */
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getInputStream:()Lorg/antlr/v4/runtime/TokenStream;
            aload 3 /* ctx */
            invokespecial org.antlr.v4.runtime.RecognitionException.<init>:(Lorg/antlr/v4/runtime/Recognizer;Lorg/antlr/v4/runtime/IntStream;Lorg/antlr/v4/runtime/ParserRuleContext;)V
         1: .line 19
            aload 0 /* this */
            iload 2 /* state */
            invokevirtual org.antlr.v4.runtime.InputMismatchException.setOffendingState:(I)V
         2: .line 20
            aload 0 /* this */
            aload 1 /* recognizer */
            invokevirtual org.antlr.v4.runtime.Parser.getCurrentToken:()Lorg/antlr/v4/runtime/Token;
            invokevirtual org.antlr.v4.runtime.InputMismatchException.setOffendingToken:(Lorg/antlr/v4/runtime/Token;)V
         3: .line 21
            return
        end local 3 // org.antlr.v4.runtime.ParserRuleContext ctx
        end local 2 // int state
        end local 1 // org.antlr.v4.runtime.Parser recognizer
        end local 0 // org.antlr.v4.runtime.InputMismatchException this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lorg/antlr/v4/runtime/InputMismatchException;
            0    4     1  recognizer  Lorg/antlr/v4/runtime/Parser;
            0    4     2       state  I
            0    4     3         ctx  Lorg/antlr/v4/runtime/ParserRuleContext;
    MethodParameters:
            Name  Flags
      recognizer  
      state       
      ctx         
}
SourceFile: "InputMismatchException.java"