class org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 extends org.eclipse.jdt.internal.compiler.lookup.MethodScope
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1
  super_class: org.eclipse.jdt.internal.compiler.lookup.MethodScope
{
  final org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration this$0;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.eclipse.jdt.internal.compiler.lookup.Scope val$parentScope;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration, org.eclipse.jdt.internal.compiler.lookup.Scope, org.eclipse.jdt.internal.compiler.impl.ReferenceContext, boolean, org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;ZLorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
        start local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope $anonymous0
        start local 3 // org.eclipse.jdt.internal.compiler.impl.ReferenceContext $anonymous1
        start local 4 // boolean $anonymous2
         0: .line 113
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            aload 0 /* this */
            aload 5
            putfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1.val$parentScope:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            aload 3 /* $anonymous1 */
            iload 4 /* $anonymous2 */
            invokespecial org.eclipse.jdt.internal.compiler.lookup.MethodScope.<init>:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;Z)V
            return
        end local 4 // boolean $anonymous2
        end local 3 // org.eclipse.jdt.internal.compiler.impl.ReferenceContext $anonymous1
        end local 2 // org.eclipse.jdt.internal.compiler.lookup.Scope $anonymous0
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration$1;
            0    1     2  $anonymous0  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            0    1     3  $anonymous1  Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
            0    1     4  $anonymous2  Z
    MethodParameters:
                 Name  Flags
      this$0           final
      $anonymous0      
      $anonymous1      
      $anonymous2      
      val$parentScope  final

  public org.eclipse.jdt.internal.compiler.problem.ProblemReporter problemReporter();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
         0: .line 117
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1.val$parentScope:Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration$1;

  public org.eclipse.jdt.internal.compiler.impl.ReferenceContext referenceContext();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/impl/ReferenceContext;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
         0: .line 121
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1.this$0:Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration$1;

  public boolean isModuleScope();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
         0: .line 125
            iconst_1
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration$1;
}
SourceFile: "ModuleDeclaration.java"
EnclosingMethod: org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.createScope:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)V
NestHost: org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration
InnerClasses:
  org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration$1