class org.graalvm.compiler.debug.ScopeImpl$2$1 implements java.util.Iterator<java.lang.Object>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.graalvm.compiler.debug.ScopeImpl$2$1
super_class: java.lang.Object
{
org.graalvm.compiler.debug.ScopeImpl currentScope;
descriptor: Lorg/graalvm/compiler/debug/ScopeImpl;
flags: (0x0000)
int objectIndex;
descriptor: I
flags: (0x0000)
final org.graalvm.compiler.debug.ScopeImpl$2 this$1;
descriptor: Lorg/graalvm/compiler/debug/ScopeImpl$2;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(org.graalvm.compiler.debug.ScopeImpl$2, org.graalvm.compiler.debug.ScopeImpl);
descriptor: (Lorg/graalvm/compiler/debug/ScopeImpl$2;Lorg/graalvm/compiler/debug/ScopeImpl;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield org.graalvm.compiler.debug.ScopeImpl$2$1.this$1:Lorg/graalvm/compiler/debug/ScopeImpl$2;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 2
putfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
2: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
MethodParameters:
Name Flags
this$0 final
val$scope final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.graalvm.compiler.debug.ScopeImpl$2$1.selectScope:()V
1: aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
ifnull 2
iconst_1
ireturn
StackMap locals:
StackMap stack:
2: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
private void selectScope();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: goto 5
1: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
getfield org.graalvm.compiler.debug.ScopeImpl.sandbox:Z
ifeq 2
aconst_null
goto 3
StackMap locals:
StackMap stack: org.graalvm.compiler.debug.ScopeImpl$2$1
2: aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
getfield org.graalvm.compiler.debug.ScopeImpl.parent:Lorg/graalvm/compiler/debug/ScopeImpl;
StackMap locals: org.graalvm.compiler.debug.ScopeImpl$2$1
StackMap stack: org.graalvm.compiler.debug.ScopeImpl$2$1 org.graalvm.compiler.debug.ScopeImpl
3: putfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
4: aload 0
iconst_0
putfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
5: StackMap locals:
StackMap stack:
aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
ifnull 6
aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
getfield org.graalvm.compiler.debug.ScopeImpl.context:[Ljava/lang/Object;
arraylength
aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
if_icmple 1
6: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual org.graalvm.compiler.debug.ScopeImpl$2$1.selectScope:()V
1: aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
ifnull 3
2: aload 0
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.currentScope:Lorg/graalvm/compiler/debug/ScopeImpl;
getfield org.graalvm.compiler.debug.ScopeImpl.context:[Ljava/lang/Object;
aload 0
dup
getfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
dup_x1
iconst_1
iadd
putfield org.graalvm.compiler.debug.ScopeImpl$2$1.objectIndex:I
aaload
areturn
3: StackMap locals:
StackMap stack:
new java.lang.IllegalStateException
dup
ldc "May only be called if there is a next element."
invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
public void remove();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.UnsupportedOperationException
dup
ldc "This iterator is read only."
invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
athrow
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/graalvm/compiler/debug/ScopeImpl$2$1;
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Ljava/lang/Object;>;
SourceFile: "ScopeImpl.java"
EnclosingMethod: org.graalvm.compiler.debug.ScopeImpl$2.iterator:()Ljava/util/Iterator;
NestHost: org.graalvm.compiler.debug.ScopeImpl
InnerClasses:
org.graalvm.compiler.debug.ScopeImpl$2
org.graalvm.compiler.debug.ScopeImpl$2$1