public class com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext 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$DirectiveContext
  super_class: org.antlr.v4.runtime.ParserRuleContext
{
  public org.antlr.v4.runtime.Token op;
    descriptor: Lorg/antlr/v4/runtime/Token;
    flags: (0x0001) ACC_PUBLIC

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

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

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

  public java.util.List<com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$NumberContext> number();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext this
         0: .line 2042
            aload 0 /* this */
            ldc Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$NumberContext;
            invokevirtual com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext.getRuleContexts:(Ljava/lang/Class;)Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$DirectiveContext;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$NumberContext;>;

  public com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$NumberContext number(int);
    descriptor: (I)Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$NumberContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext this
        start local 1 // int i
         0: .line 2045
            aload 0 /* this */
            ldc Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$NumberContext;
            iload 1 /* i */
            invokevirtual com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext.getRuleContext:(Ljava/lang/Class;I)Lorg/antlr/v4/runtime/ParserRuleContext;
            checkcast com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$NumberContext
            areturn
        end local 1 // int i
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$DirectiveContext;
            0    1     1     i  I
    MethodParameters:
      Name  Flags
      i     

  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$DirectiveContext this
        start local 1 // org.antlr.v4.runtime.ParserRuleContext parent
        start local 2 // int invokingState
         0: .line 2048
            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 2049
            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$DirectiveContext this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$DirectiveContext;
            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$DirectiveContext this
         0: .line 2050
            iconst_5
            ireturn
        end local 0 // com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/asm/amd64/InlineAssemblyParser$DirectiveContext;
}
SourceFile: "InlineAssemblyParser.java"
NestHost: com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
InnerClasses:
  public DirectiveContext = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$DirectiveContext of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser
  public NumberContext = com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser$NumberContext of com.oracle.truffle.llvm.asm.amd64.InlineAssemblyParser