public abstract class org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement extends org.eclipse.jdt.internal.compiler.ast.ModuleStatement
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement
  super_class: org.eclipse.jdt.internal.compiler.ast.ModuleStatement
{
  public org.eclipse.jdt.internal.compiler.ast.ImportReference pkgRef;
    descriptor: Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.ast.ModuleReference[] targets;
    descriptor: [Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
    flags: (0x0001) ACC_PUBLIC

  public char[] pkgName;
    descriptor: [C
    flags: (0x0001) ACC_PUBLIC

  public org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding resolvedPackage;
    descriptor: Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
    flags: (0x0001) ACC_PUBLIC

  public void <init>(org.eclipse.jdt.internal.compiler.ast.ImportReference, org.eclipse.jdt.internal.compiler.ast.ModuleReference[]);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.ast.ImportReference pkgRef
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ModuleReference[] targets
         0: .line 31
            aload 0 /* this */
            invokespecial org.eclipse.jdt.internal.compiler.ast.ModuleStatement.<init>:()V
         1: .line 32
            aload 0 /* this */
            aload 1 /* pkgRef */
            putfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.pkgRef:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
         2: .line 33
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.pkgRef:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.tokens:[[C
            bipush 46
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.concatWith:([[CC)[C
            putfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.pkgName:[C
         3: .line 34
            aload 0 /* this */
            aload 2 /* targets */
            putfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
         4: .line 35
            return
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ModuleReference[] targets
        end local 1 // org.eclipse.jdt.internal.compiler.ast.ImportReference pkgRef
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;
            0    5     1   pkgRef  Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            0    5     2  targets  [Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
    MethodParameters:
         Name  Flags
      pkgRef   
      targets  

  public boolean isQualified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
         0: .line 37
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            arraylength
            ifle 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;

  public org.eclipse.jdt.internal.compiler.ast.ModuleReference[] getTargetedModules();
    descriptor: ()[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
         0: .line 41
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;

  public boolean resolve(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 45
            aload 0 /* this */
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.resolvePackageReference:(Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            ifnonnull 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: istore 2 /* errorsExist */
        start local 2 // boolean errorsExist
         3: .line 46
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.isQualified:()Z
            ifeq 15
         4: .line 47
            new org.eclipse.jdt.internal.compiler.util.HashtableOfObject
            dup
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            arraylength
            invokespecial org.eclipse.jdt.internal.compiler.util.HashtableOfObject.<init>:(I)V
            astore 3 /* modules */
        start local 3 // org.eclipse.jdt.internal.compiler.util.HashtableOfObject modules
         5: .line 48
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         6: goto 14
         7: .line 49
      StackMap locals: int org.eclipse.jdt.internal.compiler.util.HashtableOfObject int
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            iload 4 /* i */
            aaload
            astore 5 /* ref */
        start local 5 // org.eclipse.jdt.internal.compiler.ast.ModuleReference ref
         8: .line 51
            aload 3 /* modules */
            aload 5 /* ref */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleReference.moduleName:[C
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfObject.containsKey:([C)Z
            ifeq 12
         9: .line 52
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.problemReporter:()Lorg/eclipse/jdt/internal/compiler/problem/ProblemReporter;
            ldc 8389922
            aload 5 /* ref */
            invokevirtual org.eclipse.jdt.internal.compiler.problem.ProblemReporter.duplicateModuleReference:(ILorg/eclipse/jdt/internal/compiler/ast/ModuleReference;)V
        10: .line 53
            iconst_1
            istore 2 /* errorsExist */
        11: .line 54
            goto 13
        12: .line 55
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.ModuleReference
      StackMap stack:
            aload 3 /* modules */
            aload 5 /* ref */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleReference.moduleName:[C
            aload 5 /* ref */
            invokevirtual org.eclipse.jdt.internal.compiler.util.HashtableOfObject.put:([CLjava/lang/Object;)Ljava/lang/Object;
            pop
        end local 5 // org.eclipse.jdt.internal.compiler.ast.ModuleReference ref
        13: .line 48
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
        14: iload 4 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            arraylength
            if_icmplt 7
        end local 4 // int i
        end local 3 // org.eclipse.jdt.internal.compiler.util.HashtableOfObject modules
        15: .line 59
      StackMap locals:
      StackMap stack:
            iload 2 /* errorsExist */
            ifeq 16
            iconst_0
            goto 17
      StackMap locals:
      StackMap stack:
        16: iconst_1
      StackMap locals:
      StackMap stack: int
        17: ireturn
        end local 2 // boolean errorsExist
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   18     0         this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;
            0   18     1        scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            3   18     2  errorsExist  Z
            5   15     3      modules  Lorg/eclipse/jdt/internal/compiler/util/HashtableOfObject;
            6   15     4            i  I
            8   13     5          ref  Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
    MethodParameters:
       Name  Flags
      scope  

  public int computeSeverity(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
        start local 1 // int problemId
         0: .line 62
            iconst_1
            ireturn
        end local 1 // int problemId
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;
            0    1     1  problemId  I
    MethodParameters:
           Name  Flags
      problemId  

  protected org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding resolvePackageReference(org.eclipse.jdt.internal.compiler.lookup.Scope);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/lookup/Scope;)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
        start local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.resolvedPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            ifnull 2
         1: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.resolvedPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            areturn
         2: .line 67
      StackMap locals:
      StackMap stack:
            aload 1 /* scope */
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.Scope.compilationUnitScope:()Lorg/eclipse/jdt/internal/compiler/lookup/CompilationUnitScope;
            getfield org.eclipse.jdt.internal.compiler.lookup.CompilationUnitScope.referenceContext:Lorg/eclipse/jdt/internal/compiler/ast/CompilationUnitDeclaration;
            getfield org.eclipse.jdt.internal.compiler.ast.CompilationUnitDeclaration.moduleDeclaration:Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            astore 2 /* exportingModule */
        start local 2 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration exportingModule
         3: .line 68
            aload 2 /* exportingModule */
            getfield org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration.binding:Lorg/eclipse/jdt/internal/compiler/lookup/SourceModuleBinding;
            astore 3 /* src */
        start local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding src
         4: .line 69
            aload 0 /* this */
            aload 3 /* src */
            ifnull 5
            aload 3 /* src */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.pkgRef:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            getfield org.eclipse.jdt.internal.compiler.ast.ImportReference.tokens:[[C
            invokevirtual org.eclipse.jdt.internal.compiler.lookup.ModuleBinding.getOrCreateDeclaredPackage:([[C)Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            goto 6
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement
         5: aconst_null
      StackMap locals: org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement org.eclipse.jdt.internal.compiler.lookup.Scope org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration org.eclipse.jdt.internal.compiler.lookup.ModuleBinding
      StackMap stack: org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement org.eclipse.jdt.internal.compiler.lookup.PlainPackageBinding
         6: putfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.resolvedPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
         7: .line 70
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.resolvedPackage:Lorg/eclipse/jdt/internal/compiler/lookup/PlainPackageBinding;
            areturn
        end local 3 // org.eclipse.jdt.internal.compiler.lookup.ModuleBinding src
        end local 2 // org.eclipse.jdt.internal.compiler.ast.ModuleDeclaration exportingModule
        end local 1 // org.eclipse.jdt.internal.compiler.lookup.Scope scope
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    8     0             this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;
            0    8     1            scope  Lorg/eclipse/jdt/internal/compiler/lookup/Scope;
            3    8     2  exportingModule  Lorg/eclipse/jdt/internal/compiler/ast/ModuleDeclaration;
            4    8     3              src  Lorg/eclipse/jdt/internal/compiler/lookup/ModuleBinding;
    MethodParameters:
       Name  Flags
      scope  

  public java.lang.StringBuffer print(int, java.lang.StringBuffer);
    descriptor: (ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
        start local 1 // int indent
        start local 2 // java.lang.StringBuffer output
         0: .line 75
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.pkgRef:Lorg/eclipse/jdt/internal/compiler/ast/ImportReference;
            iload 1 /* indent */
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ImportReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         1: .line 76
            aload 0 /* this */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.isQualified:()Z
            ifeq 9
         2: .line 77
            aload 2 /* output */
            ldc " to "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         3: .line 78
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         4: goto 8
         5: .line 79
      StackMap locals: int
      StackMap stack:
            iload 3 /* i */
            ifle 6
            aload 2 /* output */
            ldc ", "
            invokevirtual java.lang.StringBuffer.append:(Ljava/lang/String;)Ljava/lang/StringBuffer;
            pop
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            iload 3 /* i */
            aaload
            iconst_0
            aload 2 /* output */
            invokevirtual org.eclipse.jdt.internal.compiler.ast.ModuleReference.print:(ILjava/lang/StringBuffer;)Ljava/lang/StringBuffer;
            pop
         7: .line 78
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 3 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement.targets:[Lorg/eclipse/jdt/internal/compiler/ast/ModuleReference;
            arraylength
            if_icmplt 5
        end local 3 // int i
         9: .line 83
      StackMap locals:
      StackMap stack:
            aload 2 /* output */
            areturn
        end local 2 // java.lang.StringBuffer output
        end local 1 // int indent
        end local 0 // org.eclipse.jdt.internal.compiler.ast.PackageVisibilityStatement this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   10     0    this  Lorg/eclipse/jdt/internal/compiler/ast/PackageVisibilityStatement;
            0   10     1  indent  I
            0   10     2  output  Ljava/lang/StringBuffer;
            4    9     3       i  I
    MethodParameters:
        Name  Flags
      indent  
      output  
}
SourceFile: "PackageVisibilityStatement.java"