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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
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: aload 0
aconst_null
putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 start local 2 start local 3 start local 4 0: aload 0
aload 1
aload 2
aload 3
aload 4
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: aload 0
aconst_null
putfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
2: return
end local 4 end local 3 end local 2 end local 1 end local 0 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 start local 1 0: ldc "Source-Scope may only grow when parsing!"
invokestatic com.oracle.truffle.api.CompilerAsserts.neverPartOfCompilation:(Ljava/lang/String;)V
1: aload 0
getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
ifnonnull 3
2: aload 0
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: StackMap locals:
StackMap stack:
aload 0
getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
aload 1
invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
pop
4: return
end local 1 end local 0 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 0: aload 0
getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
ifnull 1
aload 0
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 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 0: aload 0
getfield com.oracle.truffle.llvm.runtime.debug.scope.LLVMSourceLocation$DefaultScope.symbols:Ljava/util/List;
ifnull 1
aload 0
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 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