public class org.antlr.v4.runtime.atn.ErrorInfo extends org.antlr.v4.runtime.atn.DecisionEventInfo
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.atn.ErrorInfo
  super_class: org.antlr.v4.runtime.atn.DecisionEventInfo
{
  public void <init>(int, org.antlr.v4.runtime.atn.ATNConfigSet, org.antlr.v4.runtime.TokenStream, int, int, boolean);
    descriptor: (ILorg/antlr/v4/runtime/atn/ATNConfigSet;Lorg/antlr/v4/runtime/TokenStream;IIZ)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // org.antlr.v4.runtime.atn.ErrorInfo this
        start local 1 // int decision
        start local 2 // org.antlr.v4.runtime.atn.ATNConfigSet configs
        start local 3 // org.antlr.v4.runtime.TokenStream input
        start local 4 // int startIndex
        start local 5 // int stopIndex
        start local 6 // boolean fullCtx
         0: .line 46
            aload 0 /* this */
            iload 1 /* decision */
            aload 2 /* configs */
            aload 3 /* input */
            iload 4 /* startIndex */
            iload 5 /* stopIndex */
            iload 6 /* fullCtx */
            invokespecial org.antlr.v4.runtime.atn.DecisionEventInfo.<init>:(ILorg/antlr/v4/runtime/atn/ATNConfigSet;Lorg/antlr/v4/runtime/TokenStream;IIZ)V
         1: .line 47
            return
        end local 6 // boolean fullCtx
        end local 5 // int stopIndex
        end local 4 // int startIndex
        end local 3 // org.antlr.v4.runtime.TokenStream input
        end local 2 // org.antlr.v4.runtime.atn.ATNConfigSet configs
        end local 1 // int decision
        end local 0 // org.antlr.v4.runtime.atn.ErrorInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/antlr/v4/runtime/atn/ErrorInfo;
            0    2     1    decision  I
            0    2     2     configs  Lorg/antlr/v4/runtime/atn/ATNConfigSet;
            0    2     3       input  Lorg/antlr/v4/runtime/TokenStream;
            0    2     4  startIndex  I
            0    2     5   stopIndex  I
            0    2     6     fullCtx  Z
    MethodParameters:
            Name  Flags
      decision    
      configs     
      input       
      startIndex  
      stopIndex   
      fullCtx     
}
SourceFile: "ErrorInfo.java"