public class org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports implements java.util.function.Consumer<org.eclipse.jdt.internal.compiler.env.IUpdatableModule>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports
  super_class: java.lang.Object
{
  char[] name;
    descriptor: [C
    flags: (0x0000) 

  char[][] targets;
    descriptor: [[C
    flags: (0x0000) 

  public void <init>(char[], char[][]);
    descriptor: ([C[[C)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
        start local 1 // char[] pkgName
        start local 2 // char[][] targets
         0: .line 40
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 41
            aload 0 /* this */
            aload 1 /* pkgName */
            putfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.name:[C
         2: .line 42
            aload 0 /* this */
            aload 2 /* targets */
            putfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
         3: .line 43
            return
        end local 2 // char[][] targets
        end local 1 // char[] pkgName
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0     this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;
            0    4     1  pkgName  [C
            0    4     2  targets  [[C
    MethodParameters:
         Name  Flags
      pkgName  
      targets  

  public void accept(org.eclipse.jdt.internal.compiler.env.IUpdatableModule);
    descriptor: (Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
        start local 1 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule t
         0: .line 46
            aload 1 /* t */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.name:[C
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            invokeinterface org.eclipse.jdt.internal.compiler.env.IUpdatableModule.addExports:([C[[C)V
         1: .line 47
            return
        end local 1 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule t
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;
            0    2     1     t  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule;
    MethodParameters:
      Name  Flags
      t     

  public char[] getName();
    descriptor: ()[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
         0: .line 50
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.name:[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;

  public char[][] getTargetModules();
    descriptor: ()[[C
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
         0: .line 54
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;

  public org.eclipse.jdt.internal.compiler.env.IUpdatableModule$UpdateKind getKind();
    descriptor: ()Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$UpdateKind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
         0: .line 58
            getstatic org.eclipse.jdt.internal.compiler.env.IUpdatableModule$UpdateKind.PACKAGE:Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$UpdateKind;
            areturn
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
        start local 1 // java.lang.Object other
         0: .line 62
            aload 0 /* this */
            aload 1 /* other */
            if_acmpne 1
            iconst_1
            ireturn
         1: .line 63
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            instanceof org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports
            ifne 2
            iconst_0
            ireturn
         2: .line 64
      StackMap locals:
      StackMap stack:
            aload 1 /* other */
            checkcast org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports
            astore 2 /* pu */
        start local 2 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports pu
         3: .line 66
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.name:[C
            aload 2 /* pu */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([C[C)Z
            ifne 5
         4: .line 67
            iconst_0
            ireturn
         5: .line 68
      StackMap locals: org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            aload 2 /* pu */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.equals:([[C[[C)Z
            ifne 7
         6: .line 69
            iconst_0
            ireturn
         7: .line 70
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 2 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports pu
        end local 1 // java.lang.Object other
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;
            0    8     1  other  Ljava/lang/Object;
            3    8     2     pu  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;
    MethodParameters:
       Name  Flags
      other  

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=1
        start local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
         0: .line 74
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.name:[C
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.hashCode:([C)I
            istore 1 /* hash */
        start local 1 // int hash
         1: .line 75
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            ifnull 7
         2: .line 76
            iconst_0
            istore 2 /* i */
        start local 2 // int i
         3: goto 6
         4: .line 77
      StackMap locals: int int
      StackMap stack:
            iload 1 /* hash */
            bipush 17
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            iload 2 /* i */
            aaload
            invokestatic org.eclipse.jdt.core.compiler.CharOperation.hashCode:([C)I
            imul
            iadd
            istore 1 /* hash */
         5: .line 76
            iinc 2 /* i */ 1
      StackMap locals:
      StackMap stack:
         6: iload 2 /* i */
            aload 0 /* this */
            getfield org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.targets:[[C
            arraylength
            if_icmplt 4
        end local 2 // int i
         7: .line 80
      StackMap locals:
      StackMap stack:
            iload 1 /* hash */
            ireturn
        end local 1 // int hash
        end local 0 // org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule$AddExports;
            1    8     1  hash  I
            3    7     2     i  I

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.eclipse.jdt.internal.compiler.env.IUpdatableModule
            invokevirtual org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports.accept:(Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Lorg/eclipse/jdt/internal/compiler/env/IUpdatableModule;>;
SourceFile: "IUpdatableModule.java"
NestHost: org.eclipse.jdt.internal.compiler.env.IUpdatableModule
InnerClasses:
  public AddExports = org.eclipse.jdt.internal.compiler.env.IUpdatableModule$AddExports of org.eclipse.jdt.internal.compiler.env.IUpdatableModule
  public final UpdateKind = org.eclipse.jdt.internal.compiler.env.IUpdatableModule$UpdateKind of org.eclipse.jdt.internal.compiler.env.IUpdatableModule