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 // com.sun.tools.javac.api.JavacScope$2 this
        start local 2 // com.sun.tools.javac.comp.Env $anonymous0
         0: .line 90
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.javac.api.JavacScope$2.this$0:Lcom/sun/tools/javac/api/JavacScope;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial com.sun.tools.javac.api.JavacScope.<init>:(Lcom/sun/tools/javac/comp/Env;)V
            return
        end local 2 // com.sun.tools.javac.comp.Env $anonymous0
        end local 0 // com.sun.tools.javac.api.JavacScope$2 this
      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 // com.sun.tools.javac.api.JavacScope$2 this
         0: .line 92
            iconst_1
            ireturn
        end local 0 // com.sun.tools.javac.api.JavacScope$2 this
      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 // com.sun.tools.javac.api.JavacScope$2 this
         0: .line 96
            aconst_null
            areturn
        end local 0 // com.sun.tools.javac.api.JavacScope$2 this
      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=2, locals=1, args_size=1
        start local 0 // com.sun.tools.javac.api.JavacScope$2 this
         0: .line 100
            aload 0 /* this */
            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;
            getstatic com.sun.tools.javac.api.JavacScope.VALIDATOR:Lcom/sun/tools/javac/util/Filter;
            invokevirtual com.sun.tools.javac.code.Scope$StarImportScope.getSymbols:(Lcom/sun/tools/javac/util/Filter;)Ljava/lang/Iterable;
            areturn
        end local 0 // com.sun.tools.javac.api.JavacScope$2 this
      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: .line 1
            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