public class 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.DecisionEventInfo
  super_class: java.lang.Object
{
  public final int decision;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.antlr.v4.runtime.atn.ATNConfigSet configs;
    descriptor: Lorg/antlr/v4/runtime/atn/ATNConfigSet;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final org.antlr.v4.runtime.TokenStream input;
    descriptor: Lorg/antlr/v4/runtime/TokenStream;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int startIndex;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final int stopIndex;
    descriptor: I
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  public final boolean fullCtx;
    descriptor: Z
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL

  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=2, locals=7, args_size=7
        start local 0 // org.antlr.v4.runtime.atn.DecisionEventInfo 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 63
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 68
            aload 0 /* this */
            iload 1 /* decision */
            putfield org.antlr.v4.runtime.atn.DecisionEventInfo.decision:I
         2: .line 69
            aload 0 /* this */
            iload 6 /* fullCtx */
            putfield org.antlr.v4.runtime.atn.DecisionEventInfo.fullCtx:Z
         3: .line 70
            aload 0 /* this */
            iload 5 /* stopIndex */
            putfield org.antlr.v4.runtime.atn.DecisionEventInfo.stopIndex:I
         4: .line 71
            aload 0 /* this */
            aload 3 /* input */
            putfield org.antlr.v4.runtime.atn.DecisionEventInfo.input:Lorg/antlr/v4/runtime/TokenStream;
         5: .line 72
            aload 0 /* this */
            iload 4 /* startIndex */
            putfield org.antlr.v4.runtime.atn.DecisionEventInfo.startIndex:I
         6: .line 73
            aload 0 /* this */
            aload 2 /* configs */
            putfield org.antlr.v4.runtime.atn.DecisionEventInfo.configs:Lorg/antlr/v4/runtime/atn/ATNConfigSet;
         7: .line 74
            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.DecisionEventInfo this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    8     0        this  Lorg/antlr/v4/runtime/atn/DecisionEventInfo;
            0    8     1    decision  I
            0    8     2     configs  Lorg/antlr/v4/runtime/atn/ATNConfigSet;
            0    8     3       input  Lorg/antlr/v4/runtime/TokenStream;
            0    8     4  startIndex  I
            0    8     5   stopIndex  I
            0    8     6     fullCtx  Z
    MethodParameters:
            Name  Flags
      decision    
      configs     
      input       
      startIndex  
      stopIndex   
      fullCtx     
}
SourceFile: "DecisionEventInfo.java"