final class com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction
  super_class: java.lang.Object
{
  private final java.lang.String descriptor;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction this
        start local 1 // java.lang.String descriptor
        start local 2 // int line
         0: .line 94
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 95
            aload 0 /* this */
            aload 1 /* descriptor */
            putfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.descriptor:Ljava/lang/String;
         2: .line 96
            aload 0 /* this */
            iload 2 /* line */
            putfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.line:I
         3: .line 97
            return
        end local 2 // int line
        end local 1 // java.lang.String descriptor
        end local 0 // com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    4     0        this  Lcom/oracle/truffle/llvm/parser/text/LLSourceMap$Instruction;
            0    4     1  descriptor  Ljava/lang/String;
            0    4     2        line  I
    MethodParameters:
            Name  Flags
      descriptor  
      line        

  com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation toSourceLocation(com.oracle.truffle.api.source.Source, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation);
    descriptor: (Lcom/oracle/truffle/api/source/Source;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;)Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=3
        start local 0 // com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction this
        start local 1 // com.oracle.truffle.api.source.Source llSource
        start local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation parent
         0: .line 100
            aload 1 /* llSource */
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.line:I
            invokevirtual com.oracle.truffle.api.source.Source.createSection:(I)Lcom/oracle/truffle/api/source/SourceSection;
            astore 3 /* sourceSection */
        start local 3 // com.oracle.truffle.api.source.SourceSection sourceSection
         1: .line 101
            aload 2 /* parent */
            aload 3 /* sourceSection */
            invokestatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation.createLLInstruction:(Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;Lcom/oracle/truffle/api/source/SourceSection;)Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
            areturn
        end local 3 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation parent
        end local 1 // com.oracle.truffle.api.source.Source llSource
        end local 0 // com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/llvm/parser/text/LLSourceMap$Instruction;
            0    2     1       llSource  Lcom/oracle/truffle/api/source/Source;
            0    2     2         parent  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
            1    2     3  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
          Name  Flags
      llSource  
      parent    

  java.lang.String getDescriptor();
    descriptor: ()Ljava/lang/String;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction this
         0: .line 105
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction.descriptor:Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/parser/text/LLSourceMap$Instruction;
}
SourceFile: "LLSourceMap.java"
NestHost: com.oracle.truffle.llvm.parser.text.LLSourceMap
InnerClasses:
  final Instruction = com.oracle.truffle.llvm.parser.text.LLSourceMap$Instruction of com.oracle.truffle.llvm.parser.text.LLSourceMap