class com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope extends com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LineScope
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope
  super_class: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LineScope
{
  private java.util.List<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol> symbols;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;>;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$CompilationFinal()

  void <init>(com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind, java.lang.String, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$LazySourceSection;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation parent
        start local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind kind
        start local 3 // java.lang.String name
        start local 4 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection lazySourceSection
         0: .line 317
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* kind */
            aload 3 /* name */
            aload 4 /* lazySourceSection */
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LineScope.<init>:(Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;Ljava/lang/String;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$LazySourceSection;)V
         1: .line 318
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
         2: .line 319
            return
        end local 4 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection lazySourceSection
        end local 3 // java.lang.String name
        end local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind kind
        end local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation parent
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    3     0               this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$DefaultScope;
            0    3     1             parent  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
            0    3     2               kind  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            0    3     3               name  Ljava/lang/String;
            0    3     4  lazySourceSection  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$LazySourceSection;
    MethodParameters:
                   Name  Flags
      parent             
      kind               
      name               
      lazySourceSection  

  void <init>(com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation, com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind, java.lang.String, com.oracle.truffle.api.source.SourceSection);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;Ljava/lang/String;Lcom/oracle/truffle/api/source/SourceSection;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation parent
        start local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind kind
        start local 3 // java.lang.String name
        start local 4 // com.oracle.truffle.api.source.SourceSection sourceSection
         0: .line 322
            aload 0 /* this */
            aload 1 /* parent */
            aload 2 /* kind */
            aload 3 /* name */
            aload 4 /* sourceSection */
            invokespecial com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LineScope.<init>:(Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;Ljava/lang/String;Lcom/oracle/truffle/api/source/SourceSection;)V
         1: .line 323
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
         2: .line 324
            return
        end local 4 // com.oracle.truffle.api.source.SourceSection sourceSection
        end local 3 // java.lang.String name
        end local 2 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind kind
        end local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation parent
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$DefaultScope;
            0    3     1         parent  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation;
            0    3     2           kind  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$Kind;
            0    3     3           name  Ljava/lang/String;
            0    3     4  sourceSection  Lcom/oracle/truffle/api/source/SourceSection;
    MethodParameters:
               Name  Flags
      parent         
      kind           
      name           
      sourceSection  

  public void addSymbol(com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol);
    descriptor: (Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
        start local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol symbol
         0: .line 329
            ldc "Source-Scope may only grow when parsing!"
            invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:(Ljava/lang/String;)V
         1: .line 330
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
            ifnonnull 3
         2: .line 331
            aload 0 /* this */
            new java.util.ArrayList
            dup
            iconst_2
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
         3: .line 333
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
            aload 1 /* symbol */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 334
            return
        end local 1 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol symbol
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$DefaultScope;
            0    5     1  symbol  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
        Name  Flags
      symbol  

  public boolean hasSymbols();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
         0: .line 339
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
            invokeinterface java.util.List.isEmpty:()Z
            ifne 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$DefaultScope;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()

  public java.util.List<com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceSymbol> getSymbols();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
         0: .line 344
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
            goto 2
      StackMap locals:
      StackMap stack:
         1: getstatic com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation.NO_SYMBOLS:Ljava/util/List;
      StackMap locals:
      StackMap stack: java.util.List
         2: areturn
        end local 0 // com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceLocation$DefaultScope;
    Signature: ()Ljava/util/List<Lcom/oracle/truffle/llvm/runtime/debug/scope/LLVMSourceSymbol;>;
}
SourceFile: "LLVMSourceLocation.java"
NestHost: com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation
InnerClasses:
  public abstract CompilationFinal = com.oracle.truffle.api.CompilerDirectives$CompilationFinal of com.oracle.truffle.api.CompilerDirectives
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  private DefaultScope = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation
  public final Kind = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$Kind of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation
  public abstract LazySourceSection = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LazySourceSection of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation
  private LineScope = com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$LineScope of com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation