public class com.sun.tools.javac.code.Scope$StarImportScope extends com.sun.tools.javac.code.Scope$ImportScope
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: com.sun.tools.javac.code.Scope$StarImportScope
super_class: com.sun.tools.javac.code.Scope$ImportScope
{
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$ImportScope.<init>:(Lcom/sun/tools/javac/code/Symbol;)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$StarImportScope;
0 2 1 owner Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
owner
public void importAll(com.sun.tools.javac.code.Types, com.sun.tools.javac.code.Scope, com.sun.tools.javac.code.Scope$ImportFilter, com.sun.tools.javac.tree.JCTree$JCImport, java.util.function.BiConsumer<com.sun.tools.javac.tree.JCTree$JCImport, com.sun.tools.javac.code.Symbol$CompletionFailure>);
descriptor: (Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/code/Scope$ImportFilter;Lcom/sun/tools/javac/tree/JCTree$JCImport;Ljava/util/function/BiConsumer;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=9, locals=9, args_size=6
start local 0 start local 1 start local 2 start local 3 start local 4 start local 5 0: aload 0
getfield com.sun.tools.javac.code.Scope$StarImportScope.subScopes:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.iterator:()Ljava/util/Iterator;
astore 7
goto 7
StackMap locals: com.sun.tools.javac.code.Scope$StarImportScope com.sun.tools.javac.code.Types com.sun.tools.javac.code.Scope com.sun.tools.javac.code.Scope$ImportFilter com.sun.tools.javac.tree.JCTree$JCImport java.util.function.BiConsumer top java.util.Iterator
StackMap stack:
1: aload 7
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast com.sun.tools.javac.code.Scope
astore 6
start local 6 2: aload 6
instanceof com.sun.tools.javac.code.Scope$FilterImportScope
invokestatic com.sun.tools.javac.util.Assert.check:(Z)V
3: aload 6
checkcast com.sun.tools.javac.code.Scope$FilterImportScope
astore 8
start local 8 4: aload 8
getfield com.sun.tools.javac.code.Scope$FilterImportScope.origin:Lcom/sun/tools/javac/code/Scope;
aload 2
if_acmpne 7
aload 8
getfield com.sun.tools.javac.code.Scope$FilterImportScope.filter:Lcom/sun/tools/javac/code/Scope$ImportFilter;
aload 3
if_acmpne 7
5: aload 8
getfield com.sun.tools.javac.code.Scope$FilterImportScope.imp:Lcom/sun/tools/javac/tree/JCTree$JCImport;
getfield com.sun.tools.javac.tree.JCTree$JCImport.staticImport:Z
aload 4
getfield com.sun.tools.javac.tree.JCTree$JCImport.staticImport:Z
if_icmpne 7
6: return
end local 8 end local 6 7: StackMap locals:
StackMap stack:
aload 7
invokeinterface java.util.Iterator.hasNext:()Z
ifne 1
8: aload 0
new com.sun.tools.javac.code.Scope$FilterImportScope
dup
aload 1
aload 2
aconst_null
aload 3
aload 4
aload 5
invokespecial com.sun.tools.javac.code.Scope$FilterImportScope.<init>:(Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/util/Name;Lcom/sun/tools/javac/code/Scope$ImportFilter;Lcom/sun/tools/javac/tree/JCTree$JCImport;Ljava/util/function/BiConsumer;)V
invokevirtual com.sun.tools.javac.code.Scope$StarImportScope.prependSubScope:(Lcom/sun/tools/javac/code/Scope;)V
9: return
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 10 0 this Lcom/sun/tools/javac/code/Scope$StarImportScope;
0 10 1 types Lcom/sun/tools/javac/code/Types;
0 10 2 origin Lcom/sun/tools/javac/code/Scope;
0 10 3 filter Lcom/sun/tools/javac/code/Scope$ImportFilter;
0 10 4 imp Lcom/sun/tools/javac/tree/JCTree$JCImport;
0 10 5 cfHandler Ljava/util/function/BiConsumer<Lcom/sun/tools/javac/tree/JCTree$JCImport;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;>;
2 7 6 existing Lcom/sun/tools/javac/code/Scope;
4 7 8 fis Lcom/sun/tools/javac/code/Scope$FilterImportScope;
Signature: (Lcom/sun/tools/javac/code/Types;Lcom/sun/tools/javac/code/Scope;Lcom/sun/tools/javac/code/Scope$ImportFilter;Lcom/sun/tools/javac/tree/JCTree$JCImport;Ljava/util/function/BiConsumer<Lcom/sun/tools/javac/tree/JCTree$JCImport;Lcom/sun/tools/javac/code/Symbol$CompletionFailure;>;)V
MethodParameters:
Name Flags
types
origin
filter
imp
cfHandler
public boolean isFilled();
descriptor: ()Z
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$StarImportScope.subScopes:Lcom/sun/tools/javac/util/List;
invokevirtual com.sun.tools.javac.util.List.nonEmpty:()Z
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$StarImportScope;
}
SourceFile: "Scope.java"
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
private FilterImportScope = com.sun.tools.javac.code.Scope$FilterImportScope of com.sun.tools.javac.code.Scope
public abstract ImportFilter = com.sun.tools.javac.code.Scope$ImportFilter of com.sun.tools.javac.code.Scope
public ImportScope = com.sun.tools.javac.code.Scope$ImportScope of com.sun.tools.javac.code.Scope
public StarImportScope = com.sun.tools.javac.code.Scope$StarImportScope of com.sun.tools.javac.code.Scope
public CompletionFailure = com.sun.tools.javac.code.Symbol$CompletionFailure of com.sun.tools.javac.code.Symbol
public JCImport = com.sun.tools.javac.tree.JCTree$JCImport of com.sun.tools.javac.tree.JCTree