public class com.sun.tools.javac.code.Scope$CompoundScope extends com.sun.tools.javac.code.Scope implements com.sun.tools.javac.code.Scope$ScopeListener
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.code.Scope$CompoundScope
super_class: com.sun.tools.javac.code.Scope
{
com.sun.tools.javac.util.List<com.sun.tools.javac.code.Scope> subScopes;
descriptor: Lcom/sun/tools/javac/util/List;
flags: (0x0000)
Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Scope;>;
private int mark;
descriptor: I
flags: (0x0002) ACC_PRIVATE
public void <init>(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial com.sun.tools.javac.code.Scope.<init>:(Lcom/sun/tools/javac/code/Symbol;)V
1: aload 0
invokestatic com.sun.tools.javac.util.List.nil:()Lcom/sun/tools/javac/util/List;
putfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
2: aload 0
iconst_0
putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
3: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
0 4 1 owner Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
owner
public void prependSubScope(com.sun.tools.javac.code.Scope);
descriptor: (Lcom/sun/tools/javac/code/Scope;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 1
ifnull 5
1: aload 0
aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
aload 1
invokevirtual com.sun.tools.javac.util.List.prepend:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
putfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
2: aload 1
getfield com.sun.tools.javac.code.Scope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.add:(Lcom/sun/tools/javac/code/Scope$ScopeListener;)V
3: aload 0
dup
getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
iconst_1
iadd
putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
4: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
aconst_null
aload 0
invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolAdded:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
5: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
0 6 1 that Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
that
public void symbolAdded(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope);
descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
dup
getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
iconst_1
iadd
putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
1: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
aload 1
aload 2
invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolAdded:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
2: return
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$CompoundScope;
0 3 1 sym Lcom/sun/tools/javac/code/Symbol;
0 3 2 s Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
sym
s
public void symbolRemoved(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope);
descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
dup
getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
iconst_1
iadd
putfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
1: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.listeners:Lcom/sun/tools/javac/code/Scope$ScopeListenerList;
aload 1
aload 2
invokevirtual com.sun.tools.javac.code.Scope$ScopeListenerList.symbolRemoved:(Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
2: return
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$CompoundScope;
0 3 1 sym Lcom/sun/tools/javac/code/Symbol;
0 3 2 s Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
sym
s
public int getMark();
descriptor: ()I
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.mark:I
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, 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 "CompoundScope{"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
2: ldc ""
astore 2
start local 2 3: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
astore 4
goto 8
StackMap locals: com.sun.tools.javac.code.Scope$CompoundScope java.lang.StringBuilder java.lang.String top java.util.Iterator
StackMap stack:
4: aload 4
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Scope
astore 3
start local 3 5: aload 1
aload 2
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
6: aload 1
aload 3
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
pop
7: ldc ","
astore 2
end local 3 8: StackMap locals:
StackMap stack:
aload 4
invokeinterface java.util.Iterator.hasNext:()Z
ifne 4
9: aload 1
ldc "}"
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
pop
10: aload 1
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
1 11 1 buf Ljava/lang/StringBuilder;
3 11 2 sep Ljava/lang/String;
5 8 3 s Lcom/sun/tools/javac/code/Scope;
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 1
aload 2
invokedynamic iterator(Lcom/sun/tools/javac/code/Scope$CompoundScope;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$CompoundScope.lambda$0(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)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$CompoundScope;
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$CompoundScope;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$CompoundScope.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$CompoundScope;
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=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: com.sun.tools.javac.code.Scope$CompoundScope com.sun.tools.javac.code.Symbol top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Scope
astore 2
start local 2 2: aload 2
aload 1
invokevirtual com.sun.tools.javac.code.Scope.includes:(Lcom/sun/tools/javac/code/Symbol;)Z
ifeq 4
3: aload 2
aload 1
invokevirtual com.sun.tools.javac.code.Scope.getOrigin:(Lcom/sun/tools/javac/code/Symbol;)Lcom/sun/tools/javac/code/Scope;
areturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
5: aconst_null
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
0 6 1 sym Lcom/sun/tools/javac/code/Symbol;
2 4 2 delegate Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
sym
public boolean isStaticallyImported(com.sun.tools.javac.code.Symbol);
descriptor: (Lcom/sun/tools/javac/code/Symbol;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
astore 3
goto 4
StackMap locals: com.sun.tools.javac.code.Scope$CompoundScope com.sun.tools.javac.code.Symbol top java.util.Iterator
StackMap stack:
1: aload 3
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Scope
astore 2
start local 2 2: aload 2
aload 1
invokevirtual com.sun.tools.javac.code.Scope.includes:(Lcom/sun/tools/javac/code/Symbol;)Z
ifeq 4
3: aload 2
aload 1
invokevirtual com.sun.tools.javac.code.Scope.isStaticallyImported:(Lcom/sun/tools/javac/code/Symbol;)Z
ireturn
end local 2 4: StackMap locals:
StackMap stack:
aload 3
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
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$CompoundScope;
0 6 1 sym Lcom/sun/tools/javac/code/Symbol;
2 4 2 delegate Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
sym
private java.util.Iterator lambda$0(com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind);
descriptor: (Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/Iterator;
flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
1: aload 1
aload 2
invokedynamic apply(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/function/Function;
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;)Ljava/lang/Object;
com/sun/tools/javac/code/Scope$CompoundScope.lambda$1(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator; (6)
(Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
2: invokestatic com.sun.tools.javac.util.Iterators.createCompoundIterator:(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/util/Iterator;
3: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
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=4, locals=4, args_size=4
start local 0 0: aload 0
getfield com.sun.tools.javac.code.Scope$CompoundScope.subScopes:Lcom/sun/tools/javac/util/List;
1: aload 1
aload 2
aload 3
invokedynamic apply(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/util/function/Function;
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;)Ljava/lang/Object;
com/sun/tools/javac/code/Scope$CompoundScope.lambda$3(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator; (6)
(Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
2: invokestatic com.sun.tools.javac.util.Iterators.createCompoundIterator:(Ljava/lang/Iterable;Ljava/util/function/Function;)Ljava/util/Iterator;
3: areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javac/code/Scope$CompoundScope;
private static java.util.Iterator lambda$1(com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.code.Scope);
descriptor: (Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
start local 2 0: aload 2
aload 0
1: aload 1
2: invokevirtual com.sun.tools.javac.code.Scope.getSymbols:(Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
3: invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
areturn
end local 2 LocalVariableTable:
Start End Slot Name Signature
0 4 2 scope Lcom/sun/tools/javac/code/Scope;
private static java.util.Iterator lambda$3(com.sun.tools.javac.util.Name, com.sun.tools.javac.util.Filter, com.sun.tools.javac.code.Scope$LookupKind, com.sun.tools.javac.code.Scope);
descriptor: (Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;Lcom/sun/tools/javac/code/Scope;)Ljava/util/Iterator;
flags: (0x100a) ACC_PRIVATE, ACC_STATIC, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
start local 3 0: aload 3
aload 0
1: aload 1
2: aload 2
3: invokevirtual com.sun.tools.javac.code.Scope.getSymbolsByName:(Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/util/Filter;Lcom/sun/tools/javac/code/Scope$LookupKind;)Ljava/lang/Iterable;
4: invokeinterface java.lang.Iterable.iterator:()Ljava/util/Iterator;
areturn
end local 3 LocalVariableTable:
Start End Slot Name Signature
0 5 3 scope Lcom/sun/tools/javac/code/Scope;
}
SourceFile: "Scope.java"
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
public CompoundScope = com.sun.tools.javac.code.Scope$CompoundScope of com.sun.tools.javac.code.Scope
public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
public abstract ScopeListener = com.sun.tools.javac.code.Scope$ScopeListener of com.sun.tools.javac.code.Scope
public ScopeListenerList = com.sun.tools.javac.code.Scope$ScopeListenerList of com.sun.tools.javac.code.Scope
public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles