class com.sun.tools.javac.code.Scope$ScopeImpl extends com.sun.tools.javac.code.Scope$WriteableScope
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.code.Scope$ScopeImpl
super_class: com.sun.tools.javac.code.Scope$WriteableScope
{
private int shared;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public com.sun.tools.javac.code.Scope$ScopeImpl next;
descriptor: Lcom/sun/tools/javac/code/Scope$ScopeImpl;
flags: (0x0001) ACC_PUBLIC
com.sun.tools.javac.code.Scope$Entry[] table;
descriptor: [Lcom/sun/tools/javac/code/Scope$Entry;
flags: (0x0000)
int hashMask;
descriptor: I
flags: (0x0000)
public com.sun.tools.javac.code.Scope$Entry elems;
descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
flags: (0x0001) ACC_PUBLIC
int nelems;
descriptor: I
flags: (0x0000)
int removeCount;
descriptor: I
flags: (0x0000)
private static final com.sun.tools.javac.code.Scope$Entry sentinel;
descriptor: Lcom/sun/tools/javac/code/Scope$Entry;
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
private static final int INITIAL_SIZE;
descriptor: I
flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
ConstantValue: 16
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=6, locals=0, args_size=0
0: new com.sun.tools.javac.code.Scope$Entry
dup
aconst_null
aconst_null
aconst_null
aconst_null
invokespecial com.sun.tools.javac.code.Scope$Entry.<init>:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$ScopeImpl;)V
putstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
1: return
LocalVariableTable:
Start End Slot Name Signature
private void <init>(com.sun.tools.javac.code.Scope$ScopeImpl, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope$Entry[]);
descriptor: (Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 2
invokespecial com.sun.tools.javac.code.Scope$WriteableScope.<init>:(Lcom/sun/tools/javac/code/Symbol;)V
1: aload 0
iconst_0
putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
2: aload 0
iconst_0
putfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
3: aload 0
aload 1
putfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
4: aload 2
ifnull 5
iconst_1
goto 6
StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Symbol com.sun.tools.javac.code.Scope$Entry[]
StackMap stack:
5: iconst_0
StackMap locals:
StackMap stack: int
6: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
7: aload 0
aload 3
putfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
8: aload 0
aload 3
arraylength
iconst_1
isub
putfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
9: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 10 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 10 1 next Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 10 2 owner Lcom/sun/tools/javac/code/Symbol;
0 10 3 table [Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
next
owner
table
private void <init>(com.sun.tools.javac.code.Scope$ScopeImpl, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope$Entry[], int);
descriptor: (Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=4, 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
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;)V
1: aload 0
iload 4
putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
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/sun/tools/javac/code/Scope$ScopeImpl;
0 3 1 next Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 3 2 owner Lcom/sun/tools/javac/code/Symbol;
0 3 3 table [Lcom/sun/tools/javac/code/Scope$Entry;
0 3 4 nelems I
MethodParameters:
Name Flags
next
owner
table
nelems
public void <init>(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aconst_null
aload 1
bipush 16
anewarray com.sun.tools.javac.code.Scope$Entry
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 2 1 owner Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
owner
public com.sun.tools.javac.code.Scope$WriteableScope dup(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=3, args_size=2
start local 0 start local 1 0: new com.sun.tools.javac.code.Scope$ScopeImpl
dup
aload 0
aload 1
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
astore 2
start local 2 1: aload 0
dup
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
iconst_1
iadd
putfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
2: aload 2
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 3 1 newOwner Lcom/sun/tools/javac/code/Symbol;
1 3 2 result Lcom/sun/tools/javac/code/Scope$ScopeImpl;
MethodParameters:
Name Flags
newOwner
public com.sun.tools.javac.code.Scope$WriteableScope dupUnshared(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope$WriteableScope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=9, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifle 22
1: new java.util.IdentityHashMap
dup
invokespecial java.util.IdentityHashMap.<init>:()V
invokestatic java.util.Collections.newSetFromMap:(Ljava/util/Map;)Ljava/util/Set;
astore 2
start local 2 2: aload 0
astore 3
start local 3 3: goto 6
4: StackMap locals: java.util.Set com.sun.tools.javac.code.Scope$ScopeImpl
StackMap stack:
aload 2
aload 3
invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
pop
5: aload 3
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
astore 3
6: StackMap locals:
StackMap stack:
aload 3
ifnonnull 4
7: iconst_0
istore 4
start local 4 8: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
astore 5
start local 5 9: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
arraylength
anewarray com.sun.tools.javac.code.Scope$Entry
astore 6
start local 6 10: iconst_0
istore 7
start local 7 11: goto 20
12: StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Symbol java.util.Set com.sun.tools.javac.code.Scope$ScopeImpl int com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$Entry[] int
StackMap stack:
aload 5
iload 7
aaload
astore 8
start local 8 13: goto 15
14: StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
aload 8
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
astore 8
15: StackMap locals:
StackMap stack:
aload 8
ifnull 16
aload 8
getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpeq 16
aload 2
aload 8
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
invokeinterface java.util.Set.contains:(Ljava/lang/Object;)Z
ifeq 14
16: StackMap locals:
StackMap stack:
aload 8
ifnull 19
17: iinc 4 1
18: aload 6
iload 7
aload 8
aastore
end local 8 19: StackMap locals:
StackMap stack:
iinc 7 1
StackMap locals:
StackMap stack:
20: iload 7
aload 5
arraylength
if_icmplt 12
end local 7 21: new com.sun.tools.javac.code.Scope$ScopeImpl
dup
aload 0
aload 1
aload 6
iload 4
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
areturn
end local 6 end local 5 end local 4 end local 3 end local 2 22: StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Symbol
StackMap stack:
new com.sun.tools.javac.code.Scope$ScopeImpl
dup
aload 0
aload 1
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
invokevirtual com.sun.tools.javac.code.Scope$Entry[].clone:()Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Scope$Entry[]
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Symbol;[Lcom/sun/tools/javac/code/Scope$Entry;I)V
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 23 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 23 1 newOwner Lcom/sun/tools/javac/code/Symbol;
2 22 2 acceptScopes Ljava/util/Set<Lcom/sun/tools/javac/code/Scope;>;
3 22 3 c Lcom/sun/tools/javac/code/Scope$ScopeImpl;
8 22 4 n I
9 22 5 oldTable [Lcom/sun/tools/javac/code/Scope$Entry;
10 22 6 newTable [Lcom/sun/tools/javac/code/Scope$Entry;
11 21 7 i I
13 19 8 e Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
newOwner
public com.sun.tools.javac.code.Scope$WriteableScope leave();
descriptor: ()Lcom/sun/tools/javac/code/Scope$WriteableScope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
3: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpeq 11
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
areturn
4: StackMap locals:
StackMap stack:
aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
istore 1
start local 1 5: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 1
aaload
astore 2
start local 2 6: aload 2
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpne 7
iconst_1
goto 8
StackMap locals: int com.sun.tools.javac.code.Scope$Entry
StackMap stack:
7: iconst_0
StackMap locals:
StackMap stack: int
8: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
invokestatic com.sun.tools.javac.util.Assert.check:(ZLjava/lang/Object;)V
9: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 1
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
aastore
10: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems: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.elems:Lcom/sun/tools/javac/code/Scope$Entry;
end local 2 end local 1 11: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
ifnonnull 4
12: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifle 13
iconst_1
goto 14
StackMap locals:
StackMap stack:
13: iconst_0
StackMap locals:
StackMap stack: int
14: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
15: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
dup
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
iconst_1
isub
putfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
16: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
17: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 18 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
5 11 1 hash I
6 11 2 e Lcom/sun/tools/javac/code/Scope$Entry;
private void dble();
descriptor: ()V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=6, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
3: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
astore 1
start local 1 4: aload 1
arraylength
iconst_2
imul
anewarray com.sun.tools.javac.code.Scope$Entry
astore 2
start local 2 5: aload 0
astore 3
start local 3 6: goto 14
7: StackMap locals: com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$ScopeImpl
StackMap stack:
aload 3
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
aload 1
if_acmpne 13
8: aload 3
aload 0
if_acmpeq 9
aload 3
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifne 9
iconst_0
goto 10
StackMap locals:
StackMap stack:
9: iconst_1
StackMap locals:
StackMap stack: int
10: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
11: aload 3
aload 2
putfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
12: aload 3
aload 2
arraylength
iconst_1
isub
putfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
13: StackMap locals:
StackMap stack:
aload 3
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
astore 3
StackMap locals:
StackMap stack:
14: aload 3
ifnonnull 7
end local 3 15: iconst_0
istore 3
start local 3 16: aload 1
arraylength
istore 4
start local 4 17: goto 22
18: StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.code.Scope$Entry[] com.sun.tools.javac.code.Scope$Entry[] int int
StackMap stack:
aload 1
iload 4
aaload
astore 5
start local 5 19: aload 5
ifnull 22
aload 5
getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpeq 22
20: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
aload 0
aload 5
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
aload 5
aastore
21: iinc 3 1
end local 5 22: StackMap locals:
StackMap stack:
iinc 4 -1
iload 4
ifge 18
end local 4 23: aload 0
iload 3
putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
24: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
4 25 1 oldtable [Lcom/sun/tools/javac/code/Scope$Entry;
5 25 2 newtable [Lcom/sun/tools/javac/code/Scope$Entry;
6 15 3 s Lcom/sun/tools/javac/code/Scope$ScopeImpl;
16 25 3 n I
17 23 4 i I
19 22 5 e Lcom/sun/tools/javac/code/Scope$Entry;
public void enter(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
3: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
iconst_3
imul
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
iconst_2
imul
if_icmplt 5
4: aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.dble:()V
5: StackMap locals:
StackMap stack:
aload 0
aload 1
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
istore 2
start local 2 6: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 2
aaload
astore 3
start local 3 7: aload 3
ifnonnull 10
8: getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
astore 3
9: aload 0
dup
getfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
iconst_1
iadd
putfield com.sun.tools.javac.code.Scope$ScopeImpl.nelems:I
10: StackMap locals: int com.sun.tools.javac.code.Scope$Entry
StackMap stack:
new com.sun.tools.javac.code.Scope$Entry
dup
aload 1
aload 3
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
aload 0
invokespecial com.sun.tools.javac.code.Scope$Entry.<init>:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$Entry;Lcom/sun/tools/javac/code/Scope$ScopeImpl;)V
astore 4
start local 4 11: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 2
aload 4
aastore
12: aload 0
aload 4
putfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
13: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
aload 1
aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolAdded:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
14: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 15 1 sym Lcom/sun/tools/javac/code/Symbol;
6 15 2 hash I
7 15 3 old Lcom/sun/tools/javac/code/Scope$Entry;
11 15 4 e Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
sym
public void remove(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=5, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
3: aload 0
aload 1
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
aload 1
invokedynamic accepts(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/util/Filter;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
(Ljava/lang/Object;)Z
com/sun/tools/javac/code/Scope$ScopeImpl.lambda$0(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)Z (6)
(Lcom/sun/tools/javac/code/Symbol;)Z
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
start local 2 4: aload 2
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
ifnonnull 5
return
5: StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
aload 0
aload 1
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
istore 3
start local 3 6: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 3
aaload
astore 4
start local 4 7: aload 4
aload 2
if_acmpne 9
8: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 3
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
aastore
goto 14
9: StackMap locals: int com.sun.tools.javac.code.Scope$Entry
StackMap stack:
aload 4
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
aload 2
if_acmpne 12
10: aload 4
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
11: goto 14
12: StackMap locals:
StackMap stack:
aload 4
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
astore 4
13: goto 9
14: StackMap locals:
StackMap stack:
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
astore 4
15: aload 4
aload 2
if_acmpne 17
16: aload 0
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
goto 22
17: StackMap locals:
StackMap stack:
aload 4
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
aload 2
if_acmpne 20
18: aload 4
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
putfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
19: goto 22
20: StackMap locals:
StackMap stack:
aload 4
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
astore 4
21: goto 17
22: StackMap locals:
StackMap stack:
aload 0
dup
getfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
iconst_1
iadd
putfield com.sun.tools.javac.code.Scope$ScopeImpl.removeCount:I
23: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
aload 1
aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolRemoved:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
24: return
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 25 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 25 1 sym Lcom/sun/tools/javac/code/Symbol;
4 25 2 e Lcom/sun/tools/javac/code/Scope$Entry;
6 25 3 i I
7 25 4 te Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
sym
public void enterIfAbsent(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.shared:I
ifne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
3: aload 0
aload 1
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
start local 2 4: goto 6
StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
5: aload 2
invokevirtual com.sun.tools.javac.code.Scope$Entry.next:()Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
StackMap locals:
StackMap stack:
6: aload 2
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
aload 0
if_acmpne 7
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
aload 1
getfield com.sun.tools.javac.code.Symbol.kind:Lcom/sun/tools/javac/code/Kinds$Kind;
if_acmpne 5
7: StackMap locals:
StackMap stack:
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
aload 0
if_acmpeq 8
aload 0
aload 1
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.enter:(Lcom/sun/tools/javac/code/Symbol;)V
8: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 9 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 9 1 sym Lcom/sun/tools/javac/code/Symbol;
4 9 2 e Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
sym
public boolean includes(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
start local 2 1: goto 4
2: StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
aload 1
if_acmpne 3
iconst_1
ireturn
3: StackMap locals:
StackMap stack:
aload 2
invokevirtual com.sun.tools.javac.code.Scope$Entry.next:()Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
4: StackMap locals:
StackMap stack:
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
aload 0
if_acmpeq 2
end local 2 5: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 6 1 c Lcom/sun/tools/javac/code/Symbol;
1 5 2 e Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
c
protected com.sun.tools.javac.code.Scope$Entry lookup(com.sun.tools.javac.util.Name);
descriptor: (Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic com.sun.tools.javac.code.Scope.noFilter:Lcom/sun/tools/javac/util/Filter;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 1 1 name Lcom/sun/tools/javac/util/Name;
MethodParameters:
Name Flags
name
protected com.sun.tools.javac.code.Scope$Entry lookup(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>);
descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
flags: (0x0004) ACC_PROTECTED
Code:
stack=3, locals=4, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
aload 0
aload 1
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getIndex:(Lcom/sun/tools/javac/util/Name;)I
aaload
astore 3
start local 3 1: aload 3
ifnull 2
aload 3
getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpne 4
2: StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
areturn
3: StackMap locals:
StackMap stack:
aload 3
getfield com.sun.tools.javac.code.Scope$Entry.shadowed:Lcom/sun/tools/javac/code/Scope$Entry;
astore 3
4: StackMap locals:
StackMap stack:
aload 3
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
ifnull 5
aload 3
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
aload 1
if_acmpne 3
aload 2
ifnull 5
aload 2
aload 3
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 3
5: StackMap locals:
StackMap stack:
aload 3
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 6 1 name Lcom/sun/tools/javac/util/Name;
0 6 2 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
1 6 3 e Lcom/sun/tools/javac/code/Scope$Entry;
Signature: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;)Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
name
sf
public com.sun.tools.javac.code.Symbol findFirst(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>);
descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Symbol;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;)Lcom/sun/tools/javac/code/Scope$Entry;
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 1 1 name Lcom/sun/tools/javac/util/Name;
0 1 2 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
Signature: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;)Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
name
sf
int getIndex(com.sun.tools.javac.util.Name);
descriptor: (Lcom/sun/tools/javac/util/Name;)I
flags: (0x0000)
Code:
stack=4, locals=7, args_size=2
start local 0 start local 1 0: aload 1
invokevirtual java.lang.Object.hashCode:()I
istore 2
start local 2 1: iload 2
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
iand
istore 3
start local 3 2: aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
iload 2
iload 2
bipush 16
ishr
iadd
iconst_1
ishl
isub
istore 4
start local 4 3: iconst_m1
istore 5
start local 5 4: StackMap locals: com.sun.tools.javac.code.Scope$ScopeImpl com.sun.tools.javac.util.Name int int int int
StackMap stack:
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.table:[Lcom/sun/tools/javac/code/Scope$Entry;
iload 3
aaload
astore 6
start local 6 5: aload 6
ifnonnull 9
6: iload 5
iflt 7
iload 5
goto 8
StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
7: iload 3
StackMap locals:
StackMap stack: int
8: ireturn
9: StackMap locals:
StackMap stack:
aload 6
getstatic com.sun.tools.javac.code.Scope$ScopeImpl.sentinel:Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpne 13
10: iload 5
ifge 15
11: iload 3
istore 5
12: goto 15
StackMap locals:
StackMap stack:
13: aload 6
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
aload 1
if_acmpne 15
14: iload 3
ireturn
15: StackMap locals:
StackMap stack:
iload 3
iload 4
iadd
aload 0
getfield com.sun.tools.javac.code.Scope$ScopeImpl.hashMask:I
iand
istore 3
end local 6 16: goto 4
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 17 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 17 1 name Lcom/sun/tools/javac/util/Name;
1 17 2 h I
2 17 3 i I
3 17 4 x I
4 17 5 d I
5 16 6 e Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
name
public boolean anyMatch(com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>);
descriptor: (Lcom/sun/tools/javac/util/Filter;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getstatic com.sun.tools.javac.code.Scope$LookupKind.NON_RECURSIVE:Lcom/sun/tools/javac/code/Scope$LookupKind;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
invokeinterface java.util.Iterator.hasNext:()Z
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 1 1 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
Signature: (Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;)Z
MethodParameters:
Name Flags
sf
public java.lang.Iterable<com.sun.tools.javac.code.Symbol> getSymbols(com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>, com.sun.tools.javac.code.Scope$LookupKind);
descriptor: (Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 2
aload 1
invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)Ljava/lang/Iterable;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()Ljava/util/Iterator;
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; (7)
()Ljava/util/Iterator;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 1 1 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
0 1 2 lookupKind Lcom/sun/tools/javac/code/Scope$LookupKind;
Signature: (Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable<Lcom/sun/tools/javac/code/Symbol;>;
MethodParameters:
Name Flags
sf final
lookupKind final
public java.lang.Iterable<com.sun.tools.javac.code.Symbol> getSymbolsByName(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter<com.sun.tools.javac.code.Symbol>, com.sun.tools.javac.code.Scope$LookupKind);
descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
aload 2
aload 3
invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
Method arguments:
()Ljava/util/Iterator;
com/sun/tools/javac/code/Scope$ScopeImpl.lambda$2(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/Iterator; (7)
()Ljava/util/Iterator;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 1 1 name Lcom/sun/tools/javac/util/Name;
0 1 2 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
0 1 3 lookupKind Lcom/sun/tools/javac/code/Scope$LookupKind;
Signature: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable<Lcom/sun/tools/javac/code/Symbol;>;
MethodParameters:
Name Flags
name final
sf final
lookupKind final
public com.sun.tools.javac.code.Scope getOrigin(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=3, args_size=2
start local 0 start local 1 0: aload 0
aload 1
getfield com.sun.tools.javac.code.Symbol.name:Lcom/sun/tools/javac/util/Name;
invokevirtual com.sun.tools.javac.code.Scope$ScopeImpl.lookup:(Lcom/sun/tools/javac/util/Name;)Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
start local 2 1: goto 5
2: StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
aload 2
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
aload 1
if_acmpne 4
3: aload 0
areturn
4: StackMap locals:
StackMap stack:
aload 2
invokevirtual com.sun.tools.javac.code.Scope$Entry.next:()Lcom/sun/tools/javac/code/Scope$Entry;
astore 2
StackMap locals:
StackMap stack:
5: aload 2
getfield com.sun.tools.javac.code.Scope$Entry.scope:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
ifnonnull 2
end local 2 6: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 7 1 s Lcom/sun/tools/javac/code/Symbol;
1 6 2 e Lcom/sun/tools/javac/code/Scope$Entry;
MethodParameters:
Name Flags
s
public boolean isStaticallyImported(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=2, args_size=2
start local 0 start local 1 0: iconst_0
ireturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
0 1 1 s Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
s
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
invokespecial java.lang.StringBuilder.<init>:()V
astore 1
start local 1 1: aload 1
ldc "Scope["
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: aload 0
astore 2
start local 2 3: goto 12
4: StackMap locals: java.lang.StringBuilder com.sun.tools.javac.code.Scope$ScopeImpl
StackMap stack:
aload 2
aload 0
if_acmpeq 5
aload 1
ldc " | "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
5: StackMap locals:
StackMap stack:
aload 2
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
astore 3
start local 3 6: goto 10
7: StackMap locals: com.sun.tools.javac.code.Scope$Entry
StackMap stack:
aload 3
aload 2
getfield com.sun.tools.javac.code.Scope$ScopeImpl.elems:Lcom/sun/tools/javac/code/Scope$Entry;
if_acmpeq 8
aload 1
ldc ", "
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
8: StackMap locals:
StackMap stack:
aload 1
aload 3
getfield com.sun.tools.javac.code.Scope$Entry.sym:Lcom/sun/tools/javac/code/Symbol;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
9: aload 3
getfield com.sun.tools.javac.code.Scope$Entry.sibling:Lcom/sun/tools/javac/code/Scope$Entry;
astore 3
StackMap locals:
StackMap stack:
10: aload 3
ifnonnull 7
end local 3 11: aload 2
getfield com.sun.tools.javac.code.Scope$ScopeImpl.next:Lcom/sun/tools/javac/code/Scope$ScopeImpl;
astore 2
StackMap locals:
StackMap stack:
12: aload 2
ifnonnull 4
end local 2 13: aload 1
ldc "]"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
14: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
1 15 1 result Ljava/lang/StringBuilder;
3 13 2 s Lcom/sun/tools/javac/code/Scope$ScopeImpl;
6 11 3 e Lcom/sun/tools/javac/code/Scope$Entry;
private static boolean lambda$0(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;)Z
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
start local 1 0: aload 1
aload 0
if_acmpne 1
iconst_1
goto 2
StackMap locals:
StackMap stack:
1: iconst_0
StackMap locals:
StackMap stack: int
2: ireturn
end local 1 LocalVariableTable:
Start End Slot Name Signature
0 3 1 candidate Lcom/sun/tools/javac/code/Symbol;
private java.util.Iterator lambda$1(com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.util.Filter);
descriptor: (Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)Ljava/util/Iterator;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=5, locals=3, args_size=3
start local 0 0: new com.sun.tools.javac.code.Scope$ScopeImpl$1
dup
aload 0
aload 1
aload 2
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl$1.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/util/Filter;)V
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
private java.util.Iterator lambda$2(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind);
descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/Iterator;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=6, locals=4, args_size=4
start local 0 0: new com.sun.tools.javac.code.Scope$ScopeImpl$2
dup
aload 0
aload 1
aload 2
aload 3
invokespecial com.sun.tools.javac.code.Scope$ScopeImpl$2.<init>:(Lcom/sun/tools/javac/code/Scope$ScopeImpl;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)V
1: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/code/Scope$ScopeImpl;
}
SourceFile: "Scope.java"
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
com.sun.tools.javac.code.Scope$ScopeImpl$2
public ScopeListenerList = com.sun.tools.javac.code.Scope$ScopeListenerList of com.sun.tools.javac.code.Scope
public abstract WriteableScope = com.sun.tools.javac.code.Scope$WriteableScope of com.sun.tools.javac.code.Scope
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles