class com.sun.tools.javac.code.Scope$ScopeImpl$1 implements java.util.Iterator<com.sun.tools.javac.code.Symbol>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.code.Scope$ScopeImpl$1
super_class: java.lang.Object
{
private com.sun.tools.javac.code.Scope$ScopeImpl currScope;
descriptor: Lcom/sun/tools/javac/code/Scope$ScopeImpl;
flags: (0x0002) ACC_PRIVATE
private com.sun.tools.javac.code.Scope$Entry currEntry;
descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
flags: (0x0002) ACC_PRIVATE
private int seenRemoveCount;
descriptor: I
flags: (0x0002) ACC_PRIVATE
final com.sun.tools.javac.code.Scope$ScopeImpl this$1;
descriptor: Lcom/sun/tools/javac/code/Scope$ScopeImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.code.Scope$LookupKind val$lookupKind;
descriptor: Lcom/sun/tools/javac/code/Scope$LookupKind;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
private final com.sun.tools.javac.util.Filter val$sf;
descriptor: Lcom/sun/tools/javac/util/Filter;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.code.Scope$ScopeImpl, com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.util.Filter);
descriptor: (Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)V
flags: (0x0000)
Code:
stack=2, locals=4, args_size=4
start local 0 0: aload 0
aload 1
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.this$1:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
aload 0
aload 2
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
aload 0
aload 3
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$sf:Lcom/sun/tools/javac/util/Filter;
aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
2: aload 0
aload 1
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
3: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
4: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.update:()V
5: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
MethodParameters:
Name Flags
this$0 final
val$lookupKind final
val$sf final
public boolean hasNext();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
if_icmpeq 5
1: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
ifnull 5
2: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.includes:(Lcom/sun/tools/javac/code/Symbol;)Z
ifne 5
3: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.doNext:()Lcom/sun/tools/javac/code/Symbol;
pop
4: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
5: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
ifnull 6
iconst_1
ireturn
StackMap locals:
StackMap stack:
6: iconst_0
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
public com.sun.tools.javac.code.Symbol next();
descriptor: ()Lcom/sun/tools/javac/code/Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.hasNext:()Z
ifne 2
1: new java.util.NoSuchElementException
dup
invokespecial java.util.NoSuchElementException.<init>:()V
athrow
2: StackMap locals:
StackMap stack:
aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.doNext:()Lcom/sun/tools/javac/code/Symbol;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
private com.sun.tools.javac.code.Symbol doNext();
descriptor: ()Lcom/sun/tools/javac/code/Symbol;
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
ifnonnull 1
aconst_null
goto 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
StackMap locals:
StackMap stack: com.sun.tools.javac.code.Symbol
2: astore 1
start local 1 3: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
ifnull 5
4: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
5: StackMap locals: com.sun.tools.javac.code.Symbol
StackMap stack:
aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.update:()V
6: aload 1
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
3 7 1 sym Lcom/sun/tools/javac/code/Symbol;
private void update();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.skipToNextMatchingEntry:()V
1: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$lookupKind:Lcom/sun/tools/javac/code/Scope$LookupKind;
getstatic com.sun.tools.javac.code.Scope$LookupKind.RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
if_acmpne 8
2: goto 7
3: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
4: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
5: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.seenRemoveCount:I
6: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.skipToNextMatchingEntry:()V
7: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
ifnonnull 8
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currScope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
ifnonnull 3
8: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
void skipToNextMatchingEntry();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: goto 2
1: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
2: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
ifnull 3
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$sf:Lcom/sun/tools/javac/util/Filter;
ifnull 3
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.val$sf:Lcom/sun/tools/javac/util/Filter;
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl$1.currEntry:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
invokeinterface com.sun.tools.javac.util.Filter.accepts:(Ljava/lang/Object;)Z
ifeq 1
3: StackMap locals:
StackMap stack:
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl$1;
public java.lang.Object next();
descriptor: ()Ljava/lang/Object;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl$1.next:()Lcom/sun/tools/javac/code/Symbol;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Ljava/util/Iterator<Lcom/sun/tools/javac/code/Symbol;>;
SourceFile: "Scope.java"
EnclosingMethod: com.sun.tools.javac.code.Scope$ScopeImpl.lambda$1:(Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)Ljava/util/Iterator;
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
private Entry = com.sun.tools.javac.code.Scope$Entry of com.sun.tools.javac.code.Scope
public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
private ScopeImpl = com.sun.tools.javac.code.Scope$ScopeImpl of com.sun.tools.javac.code.Scope
com.sun.tools.javac.code.Scope$ScopeImpl$1