public abstract class com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection this
         0: .line 50
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$LazySourceSection;

  public abstract com.oracle.truffle.api.source.SourceSection get();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.lang.String getPath();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getLine();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract int getColumn();
    descriptor: ()I
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "LLVMSourceLocation.java"
NestHost: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation
InnerClasses:
  public abstract LazySourceSection = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation