class com.sun.tools.javac.api.JavacScope$2 extends com.sun.tools.javac.api.JavacScope
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: com.sun.tools.javac.api.JavacScope$2
super_class: com.sun.tools.javac.api.JavacScope
{
final com.sun.tools.javac.api.JavacScope this$0;
descriptor: Lcom/sun/tools/javac/api/JavacScope;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
void <init>(com.sun.tools.javac.api.JavacScope, com.sun.tools.javac.comp.Env);
descriptor: (Lcom/sun/tools/javac/api/JavacScope;Lcom/sun/tools/javac/comp/Env;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 start local 2 0: aload 0
aload 1
putfield com.sun.tools.javac.api.JavacScope$2.this$0:Lcom/sun/tools/javac/api/JavacScope;
aload 0
aload 2
invokespecial com.sun.tools.javac.api.JavacScope.<init>:(Lcom/sun/tools/javac/comp/Env;)V
return
end local 2 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/api/JavacScope$2;
0 1 2 $anonymous0 Lcom/sun/tools/javac/comp/Env<Lcom/sun/tools/javac/comp/AttrContext;>;
MethodParameters:
Name Flags
this$0 final
$anonymous0
public boolean isStarImportScope();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: iconst_1
ireturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/api/JavacScope$2;
public com.sun.tools.javac.api.JavacScope getEnclosingScope();
descriptor: ()Lcom/sun/tools/javac/api/JavacScope;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aconst_null
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/api/JavacScope$2;
public java.lang.Iterable<? extends javax.lang.model.element.Element> getLocalElements();
descriptor: ()Ljava/lang/Iterable;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield com.sun.tools.javac.api.JavacScope$2.env:Lcom/sun/tools/javac/comp/Env;
getfield com.sun.tools.javac.comp.Env.toplevel:Lcom/sun/tools/javac/tree/JCTree$JCCompilationUnit;
getfield com.sun.tools.javac.tree.JCTree$JCCompilationUnit.starImportScope:Lcom/sun/tools/javac/code/Scope$StarImportScope;
invokevirtual com.sun.tools.javac.code.Scope$StarImportScope.getSymbols:()Ljava/lang/Iterable;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/sun/tools/javac/api/JavacScope$2;
Signature: ()Ljava/lang/Iterable<+Ljavax/lang/model/element/Element;>;
public com.sun.source.tree.Scope getEnclosingScope();
descriptor: ()Lcom/sun/source/tree/Scope;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=1, locals=1, args_size=1
0: aload 0
invokevirtual com.sun.tools.javac.api.JavacScope$2.getEnclosingScope:()Lcom/sun/tools/javac/api/JavacScope;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
SourceFile: "JavacScope.java"
EnclosingMethod: com.sun.tools.javac.api.JavacScope.getEnclosingScope:()Lcom/sun/tools/javac/api/JavacScope;
NestHost: com.sun.tools.javac.api.JavacScope
InnerClasses:
com.sun.tools.javac.api.JavacScope$2
public StarImportScope = com.sun.tools.javac.code.Scope$StarImportScope of com.sun.tools.javac.code.Scope
public JCCompilationUnit = com.sun.tools.javac.tree.JCTree$JCCompilationUnit of com.sun.tools.javac.tree.JCTree