class com.sun.tools.javac.code.Scope$ImportScope$1 implements com.sun.tools.javac.code.Scope$ScopeListener
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.code.Scope$ImportScope$1
super_class: java.lang.Object
{
final com.sun.tools.javac.code.Scope$ImportScope this$1;
descriptor: Lcom/sun/tools/javac/code/Scope$ImportScope;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.code.Scope$ImportScope);
descriptor: (Lcom/sun/tools/javac/code/Scope$ImportScope;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // com.sun.tools.javac.code.Scope$ImportScope$1 this
0: .line 753
aload 0 /* this */
aload 1
putfield com.sun.tools.javac.code.Scope$ImportScope$1.this$1:Lcom/sun/tools/javac/code/Scope$ImportScope;
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
return
end local 0 // com.sun.tools.javac.code.Scope$ImportScope$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/code/Scope$ImportScope$1;
MethodParameters:
Name Flags
this$0 final
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=1, locals=3, args_size=3
start local 0 // com.sun.tools.javac.code.Scope$ImportScope$1 this
start local 1 // com.sun.tools.javac.code.Symbol sym
start local 2 // com.sun.tools.javac.code.Scope s
0: .line 756
ldc "The scope is sealed."
invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
1: .line 757
return
end local 2 // com.sun.tools.javac.code.Scope s
end local 1 // com.sun.tools.javac.code.Symbol sym
end local 0 // com.sun.tools.javac.code.Scope$ImportScope$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/code/Scope$ImportScope$1;
0 2 1 sym Lcom/sun/tools/javac/code/Symbol;
0 2 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=1, locals=3, args_size=3
start local 0 // com.sun.tools.javac.code.Scope$ImportScope$1 this
start local 1 // com.sun.tools.javac.code.Symbol sym
start local 2 // com.sun.tools.javac.code.Scope s
0: .line 761
ldc "The scope is sealed."
invokestatic com.sun.tools.javac.util.Assert.error:(Ljava/lang/String;)V
1: .line 762
return
end local 2 // com.sun.tools.javac.code.Scope s
end local 1 // com.sun.tools.javac.code.Symbol sym
end local 0 // com.sun.tools.javac.code.Scope$ImportScope$1 this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/sun/tools/javac/code/Scope$ImportScope$1;
0 2 1 sym Lcom/sun/tools/javac/code/Symbol;
0 2 2 s Lcom/sun/tools/javac/code/Scope;
MethodParameters:
Name Flags
sym
s
}
SourceFile: "Scope.java"
EnclosingMethod: com.sun.tools.javac.code.Scope$ImportScope.finalizeScope:()V
NestHost: com.sun.tools.javac.code.Scope
InnerClasses:
public ImportScope = com.sun.tools.javac.code.Scope$ImportScope of com.sun.tools.javac.code.Scope
com.sun.tools.javac.code.Scope$ImportScope$1
public abstract ScopeListener = com.sun.tools.javac.code.Scope$ScopeListener of com.sun.tools.javac.code.Scope