public final class com.oracle.truffle.llvm.parser.LLVMParserRuntime
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.LLVMParserRuntime
  super_class: java.lang.Object
{
  private final com.oracle.truffle.llvm.runtime.LLVMScope fileScope;
    descriptor: Lcom/oracle/truffle/llvm/runtime/LLVMScope;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.llvm.runtime.NodeFactory nodeFactory;
    descriptor: Lcom/oracle/truffle/llvm/runtime/NodeFactory;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int bitcodeID;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.TruffleFile file;
    descriptor: Lcom/oracle/truffle/api/TruffleFile;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String libName;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference> sourceFileReferences;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;>;

  public void <init>(com.oracle.truffle.llvm.runtime.LLVMScope, com.oracle.truffle.llvm.runtime.NodeFactory, int, com.oracle.truffle.api.TruffleFile, java.lang.String, java.util.List<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference>);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/LLVMScope;Lcom/oracle/truffle/llvm/runtime/NodeFactory;ILcom/oracle/truffle/api/TruffleFile;Ljava/lang/String;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
        start local 1 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
        start local 2 // com.oracle.truffle.llvm.runtime.NodeFactory nodeFactory
        start local 3 // int bitcodeID
        start local 4 // com.oracle.truffle.api.TruffleFile file
        start local 5 // java.lang.String libName
        start local 6 // java.util.List sourceFileReferences
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 51
            aload 0 /* this */
            aload 1 /* fileScope */
            putfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.fileScope:Lcom/oracle/truffle/llvm/runtime/LLVMScope;
         2: .line 52
            aload 0 /* this */
            aload 2 /* nodeFactory */
            putfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.nodeFactory:Lcom/oracle/truffle/llvm/runtime/NodeFactory;
         3: .line 53
            aload 0 /* this */
            iload 3 /* bitcodeID */
            putfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.bitcodeID:I
         4: .line 54
            aload 0 /* this */
            aload 4 /* file */
            putfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.file:Lcom/oracle/truffle/api/TruffleFile;
         5: .line 55
            aload 0 /* this */
            aload 5 /* libName */
            putfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.libName:Ljava/lang/String;
         6: .line 56
            aload 0 /* this */
            aload 6 /* sourceFileReferences */
            putfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.sourceFileReferences:Ljava/util/List;
         7: .line 57
            return
        end local 6 // java.util.List sourceFileReferences
        end local 5 // java.lang.String libName
        end local 4 // com.oracle.truffle.api.TruffleFile file
        end local 3 // int bitcodeID
        end local 2 // com.oracle.truffle.llvm.runtime.NodeFactory nodeFactory
        end local 1 // com.oracle.truffle.llvm.runtime.LLVMScope fileScope
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    8     0                  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            0    8     1             fileScope  Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            0    8     2           nodeFactory  Lcom/oracle/truffle/llvm/runtime/NodeFactory;
            0    8     3             bitcodeID  I
            0    8     4                  file  Lcom/oracle/truffle/api/TruffleFile;
            0    8     5               libName  Ljava/lang/String;
            0    8     6  sourceFileReferences  Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;>;
    Signature: (Lcom/oracle/truffle/llvm/runtime/LLVMScope;Lcom/oracle/truffle/llvm/runtime/NodeFactory;ILcom/oracle/truffle/api/TruffleFile;Ljava/lang/String;Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;>;)V
    MethodParameters:
                      Name  Flags
      fileScope             
      nodeFactory           
      bitcodeID             
      file                  
      libName               
      sourceFileReferences  

  public com.oracle.truffle.api.TruffleFile getFile();
    descriptor: ()Lcom/oracle/truffle/api/TruffleFile;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
         0: .line 60
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.file:Lcom/oracle/truffle/api/TruffleFile;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;

  public java.lang.String getLibraryName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
         0: .line 64
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.libName:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;

  public com.oracle.truffle.llvm.runtime.LLVMScope getFileScope();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/LLVMScope;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
         0: .line 68
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.fileScope:Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;

  public com.oracle.truffle.llvm.runtime.NodeFactory getNodeFactory();
    descriptor: ()Lcom/oracle/truffle/llvm/runtime/NodeFactory;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
         0: .line 72
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.nodeFactory:Lcom/oracle/truffle/llvm/runtime/NodeFactory;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;

  public int getBitcodeID();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
         0: .line 76
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.bitcodeID:I
            ireturn
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;

  public java.util.List<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceFileReference> getSourceFileReferences();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
         0: .line 80
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.sourceFileReferences:Ljava/util/List;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceFileReference;>;

  public com.oracle.truffle.llvm.runtime.LLVMFunction lookupFunction(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
        start local 1 // java.lang.String name
         0: .line 84
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.fileScope:Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            aload 1 /* name */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.get:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
            astore 2 /* symbol */
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMSymbol symbol
         1: .line 85
            aload 2 /* symbol */
            ifnull 3
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMSymbol.isFunction:()Z
            ifeq 3
         2: .line 86
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMSymbol.asFunction:()Lcom/oracle/truffle/llvm/runtime/LLVMFunction;
            areturn
         3: .line 88
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMSymbol
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Retrieving unknown function symbol in LLVMParserRuntime: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMSymbol symbol
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            0    4     1    name  Ljava/lang/String;
            1    4     2  symbol  Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.truffle.llvm.runtime.global.LLVMGlobal lookupGlobal(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/global/LLVMGlobal;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
        start local 1 // java.lang.String name
         0: .line 92
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.fileScope:Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            aload 1 /* name */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.get:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
            astore 2 /* symbol */
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMSymbol symbol
         1: .line 93
            aload 2 /* symbol */
            ifnull 3
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMSymbol.isGlobalVariable:()Z
            ifeq 3
         2: .line 94
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMSymbol.asGlobalVariable:()Lcom/oracle/truffle/llvm/runtime/global/LLVMGlobal;
            areturn
         3: .line 96
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMSymbol
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Retrieving unknown global symbol in LLVMParserRuntime: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMSymbol symbol
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            0    4     1    name  Ljava/lang/String;
            1    4     2  symbol  Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
    MethodParameters:
      Name  Flags
      name  

  public com.oracle.truffle.llvm.runtime.LLVMSymbol lookupSymbol(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
        start local 1 // java.lang.String name
         0: .line 100
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.LLVMParserRuntime.fileScope:Lcom/oracle/truffle/llvm/runtime/LLVMScope;
            aload 1 /* name */
            invokevirtual com.oracle.truffle.llvm.runtime.LLVMScope.get:(Ljava/lang/String;)Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
            astore 2 /* symbol */
        start local 2 // com.oracle.truffle.llvm.runtime.LLVMSymbol symbol
         1: .line 101
            aload 2 /* symbol */
            ifnull 3
         2: .line 102
            aload 2 /* symbol */
            areturn
         3: .line 104
      StackMap locals: com.oracle.truffle.llvm.runtime.LLVMSymbol
      StackMap stack:
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Unknown symbol: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* name */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
        end local 2 // com.oracle.truffle.llvm.runtime.LLVMSymbol symbol
        end local 1 // java.lang.String name
        end local 0 // com.oracle.truffle.llvm.parser.LLVMParserRuntime this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lcom/oracle/truffle/llvm/parser/LLVMParserRuntime;
            0    4     1    name  Ljava/lang/String;
            1    4     2  symbol  Lcom/oracle/truffle/llvm/runtime/LLVMSymbol;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "LLVMParserRuntime.java"