public class com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context extends org.antlr.v4.runtime.ParserRuleContext
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context
  super_class: org.antlr.v4.runtime.ParserRuleContext
{
  public com.oracle.truffle.llvm.asm.amd64.AsmOperand op;
    descriptor: Lcom/oracle/truffle/llvm/asm/amd64/AsmOperand;
    flags: (0x0001) ACC_PUBLIC

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Register32Context register32;
    descriptor: Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Register32Context;
    flags: (0x0001) ACC_PUBLIC

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Memory_referenceContext memory_reference;
    descriptor: Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Memory_referenceContext;
    flags: (0x0001) ACC_PUBLIC

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ImmediateContext immediate;
    descriptor: Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$ImmediateContext;
    flags: (0x0001) ACC_PUBLIC

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ArgumentContext argument;
    descriptor: Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$ArgumentContext;
    flags: (0x0001) ACC_PUBLIC

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Register32Context register32();
    descriptor: ()Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Register32Context;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
         0: .line 3693
            aload 0 /* this */
            ldc Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Register32Context;
            iconst_0
            invokevirtual com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context.getRuleContext:(Ljava/lang/Class;I)Lorg/antlr/v4/runtime/ParserRuleContext;
            checkcast com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Register32Context
            areturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Operand32Context;

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Memory_referenceContext memory_reference();
    descriptor: ()Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Memory_referenceContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
         0: .line 3696
            aload 0 /* this */
            ldc Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Memory_referenceContext;
            iconst_0
            invokevirtual com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context.getRuleContext:(Ljava/lang/Class;I)Lorg/antlr/v4/runtime/ParserRuleContext;
            checkcast com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Memory_referenceContext
            areturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Operand32Context;

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ImmediateContext immediate();
    descriptor: ()Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$ImmediateContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
         0: .line 3699
            aload 0 /* this */
            ldc Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$ImmediateContext;
            iconst_0
            invokevirtual com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context.getRuleContext:(Ljava/lang/Class;I)Lorg/antlr/v4/runtime/ParserRuleContext;
            checkcast com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ImmediateContext
            areturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Operand32Context;

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ArgumentContext argument();
    descriptor: ()Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$ArgumentContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
         0: .line 3702
            aload 0 /* this */
            ldc Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$ArgumentContext;
            iconst_0
            invokevirtual com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context.getRuleContext:(Ljava/lang/Class;I)Lorg/antlr/v4/runtime/ParserRuleContext;
            checkcast com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ArgumentContext
            areturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Operand32Context;

  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 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
        start local 1 // org.antlr.v4.runtime.ParserRuleContext parent
        start local 2 // int invokingState
         0: .line 3705
            aload 0 /* this */
            aload 1 /* parent */
            iload 2 /* invokingState */
            invokespecial org.antlr.v4.runtime.ParserRuleContext.<init>:(Lorg/antlr/v4/runtime/ParserRuleContext;I)V
         1: .line 3706
            return
        end local 2 // int invokingState
        end local 1 // org.antlr.v4.runtime.ParserRuleContext parent
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Operand32Context;
            0    2     1         parent  Lorg/antlr/v4/runtime/ParserRuleContext;
            0    2     2  invokingState  I
    MethodParameters:
               Name  Flags
      parent         
      invokingState  

  public int getRuleIndex();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
         0: .line 3707
            bipush 20
            ireturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$Operand32Context;
}
SourceFile: "InlineAssemblyParser.java"
NestHost: com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
InnerClasses:
  public ArgumentContext = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ArgumentContext of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
  public ImmediateContext = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$ImmediateContext of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
  public Memory_referenceContext = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Memory_referenceContext of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
  public Operand32Context = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Operand32Context of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
  public Register32Context = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$Register32Context of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser