class com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope extends com.sun.tools.javac.code.Scope
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope
super_class: com.sun.tools.javac.code.Scope
{
private final com.sun.tools.javac.code.Symbol sym;
descriptor: Lcom/sun/tools/javac/code/Symbol;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
private final com.sun.tools.javac.util.List<com.sun.tools.javac.code.Symbol> content;
descriptor: Lcom/sun/tools/javac/util/List;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lcom/sun/tools/javac/util/List<Lcom/sun/tools/javac/code/Symbol;>;
private final com.sun.tools.javac.code.Scope origin;
descriptor: Lcom/sun/tools/javac/code/Scope;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
public void <init>(com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Symbol, com.sun.tools.javac.code.Scope);
descriptor: (Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Symbol;Lcom/sun/tools/javac/code/Scope;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
aload 1
invokespecial com.sun.tools.javac.code.Scope.<init>:(Lcom/sun/tools/javac/code/Symbol;)V
1: aload 0
aload 2
putfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.sym:Lcom/sun/tools/javac/code/Symbol;
2: aload 0
aload 2
invokestatic com.sun.tools.javac.util.List.of:(Ljava/lang/Object;)Lcom/sun/tools/javac/util/List;
putfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.content:Lcom/sun/tools/javac/util/List;
3: aload 0
aload 3
putfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.origin:Lcom/sun/tools/javac/code/Scope;
4: return
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javac/code/Scope$NamedImportScope$SingleEntryScope;
0 5 1 owner Lcom/sun/tools/javac/code/Symbol;
0 5 2 sym Lcom/sun/tools/javac/code/Symbol;
0 5 3 origin Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
owner
sym
origin
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=2, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 1
ifnull 1
aload 1
aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.sym:Lcom/sun/tools/javac/code/Symbol;
invokeinterface com.sun.tools.javac.util.Filter.accepts:(Ljava/lang/Object;)Z
ifeq 2
StackMap locals:
StackMap stack:
1: aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.content:Lcom/sun/tools/javac/util/List;
goto 3
StackMap locals:
StackMap stack:
2: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
StackMap locals:
StackMap stack: java.util.List
3: areturn
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lcom/sun/tools/javac/code/Scope$NamedImportScope$SingleEntryScope;
0 4 1 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
0 4 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
lookupKind
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=2, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.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
1: aload 2
ifnull 2
aload 2
aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.sym:Lcom/sun/tools/javac/code/Symbol;
invokeinterface com.sun.tools.javac.util.Filter.accepts:(Ljava/lang/Object;)Z
ifeq 3
StackMap locals:
StackMap stack:
2: aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.content:Lcom/sun/tools/javac/util/List;
goto 4
StackMap locals:
StackMap stack:
3: invokestatic java.util.Collections.emptyList:()Ljava/util/List;
4: StackMap locals:
StackMap stack: java.util.List
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lcom/sun/tools/javac/code/Scope$NamedImportScope$SingleEntryScope;
0 5 1 name Lcom/sun/tools/javac/util/Name;
0 5 2 sf Lcom/sun/tools/javac/util/Filter<Lcom/sun/tools/javac/code/Symbol;>;
0 5 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
sf
lookupKind
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=2, args_size=2
start local 0 start local 1 0: aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.sym:Lcom/sun/tools/javac/code/Symbol;
aload 1
if_acmpne 1
aload 0
getfield com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope.origin:Lcom/sun/tools/javac/code/Scope;
goto 2
StackMap locals:
StackMap stack:
1: aconst_null
StackMap locals:
StackMap stack: com.sun.tools.javac.code.Scope
2: areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lcom/sun/tools/javac/code/Scope$NamedImportScope$SingleEntryScope;
0 3 1 byName Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
byName
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$NamedImportScope$SingleEntryScope;
0 1 1 byName Lcom/sun/tools/javac/code/Symbol;
MethodParameters:
Name Flags
byName
}
SourceFile: "Scope.java"
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
public final LookupKind = com.sun.tools.javac.code.Scope$LookupKind of com.sun.tools.javac.code.Scope
public NamedImportScope = com.sun.tools.javac.code.Scope$NamedImportScope of com.sun.tools.javac.code.Scope
private SingleEntryScope = com.sun.tools.javac.code.Scope$NamedImportScope$SingleEntryScope of com.sun.tools.javac.code.Scope$NamedImportScope