public class org.antlr.v4.runtime.RuleContextWithAltNum extends org.antlr.v4.runtime.ParserRuleContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.antlr.v4.runtime.RuleContextWithAltNum
  super_class: org.antlr.v4.runtime.ParserRuleContext
{
  public int altNum;
    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.runtime.RuleContextWithAltNum this
         0: .line 23
            aload 0 /* this */
            invokespecial org.antlr.v4.runtime.ParserRuleContext.<init>:()V
            aload 0 /* this */
            iconst_0
            putfield org.antlr.v4.runtime.RuleContextWithAltNum.altNum:I
            return
        end local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/RuleContextWithAltNum;

  public void <init>(org.antlr.v4.runtime.ParserRuleContext, int);
    descriptor: (Lorg/antlr/v4/runtime/ParserRuleContext;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
        start local 1 // org.antlr.v4.runtime.ParserRuleContext parent
        start local 2 // int invokingStateNumber
         0: .line 26
            aload 0 /* this */
            aload 1 /* parent */
            iload 2 /* invokingStateNumber */
            invokespecial org.antlr.v4.runtime.ParserRuleContext.<init>:(Lorg/antlr/v4/runtime/ParserRuleContext;I)V
         1: .line 27
            return
        end local 2 // int invokingStateNumber
        end local 1 // org.antlr.v4.runtime.ParserRuleContext parent
        end local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lorg/antlr/v4/runtime/RuleContextWithAltNum;
            0    2     1               parent  Lorg/antlr/v4/runtime/ParserRuleContext;
            0    2     2  invokingStateNumber  I
    MethodParameters:
                     Name  Flags
      parent               
      invokingStateNumber  

  public int getAltNumber();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
         0: .line 28
            aload 0 /* this */
            getfield org.antlr.v4.runtime.RuleContextWithAltNum.altNum:I
            ireturn
        end local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/antlr/v4/runtime/RuleContextWithAltNum;

  public void setAltNumber(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
        start local 1 // int altNum
         0: .line 29
            aload 0 /* this */
            iload 1 /* altNum */
            putfield org.antlr.v4.runtime.RuleContextWithAltNum.altNum:I
            return
        end local 1 // int altNum
        end local 0 // org.antlr.v4.runtime.RuleContextWithAltNum this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/antlr/v4/runtime/RuleContextWithAltNum;
            0    1     1  altNum  I
    MethodParameters:
        Name  Flags
      altNum  
}
SourceFile: "RuleContextWithAltNum.java"