public class net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting extends net.bytebuddy.agent.builder.AgentBuilder$Listener$Adapter
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting
  super_class: net.bytebuddy.agent.builder.AgentBuilder$Listener$Adapter
{
  private final java.lang.instrument.Instrumentation instrumentation;
    descriptor: Ljava/lang/instrument/Instrumentation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean addTargetEdge;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<? extends net.bytebuddy.utility.JavaModule> modules;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<+Lnet/bytebuddy/utility/JavaModule;>;

  public void <init>(java.lang.instrument.Instrumentation, boolean, java.util.Set<? extends net.bytebuddy.utility.JavaModule>);
    descriptor: (Ljava/lang/instrument/Instrumentation;ZLjava/util/Set;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // boolean addTargetEdge
        start local 3 // java.util.Set modules
         0: .line 1706
            aload 0 /* this */
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Listener$Adapter.<init>:()V
         1: .line 1707
            aload 0 /* this */
            aload 1 /* instrumentation */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.instrumentation:Ljava/lang/instrument/Instrumentation;
         2: .line 1708
            aload 0 /* this */
            iload 2 /* addTargetEdge */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.addTargetEdge:Z
         3: .line 1709
            aload 0 /* this */
            aload 3 /* modules */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.modules:Ljava/util/Set;
         4: .line 1710
            return
        end local 3 // java.util.Set modules
        end local 2 // boolean addTargetEdge
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$ModuleReadEdgeCompleting;
            0    5     1  instrumentation  Ljava/lang/instrument/Instrumentation;
            0    5     2    addTargetEdge  Z
            0    5     3          modules  Ljava/util/Set<+Lnet/bytebuddy/utility/JavaModule;>;
    Signature: (Ljava/lang/instrument/Instrumentation;ZLjava/util/Set<+Lnet/bytebuddy/utility/JavaModule;>;)V
    MethodParameters:
                 Name  Flags
      instrumentation  
      addTargetEdge    
      modules          

  public static net.bytebuddy.agent.builder.AgentBuilder$Listener of(java.lang.instrument.Instrumentation, boolean, java.lang.Class<?>[]);
    descriptor: (Ljava/lang/instrument/Instrumentation;Z[Ljava/lang/Class;)Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    flags: (0x0089) ACC_PUBLIC, ACC_STATIC, ACC_VARARGS
    Code:
      stack=5, locals=8, args_size=3
        start local 0 // java.lang.instrument.Instrumentation instrumentation
        start local 1 // boolean addTargetEdge
        start local 2 // java.lang.Class[] type
         0: .line 1722
            new java.util.HashSet
            dup
            invokespecial java.util.HashSet.<init>:()V
            astore 3 /* modules */
        start local 3 // java.util.Set modules
         1: .line 1723
            aload 2 /* type */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 5
      StackMap locals: java.lang.instrument.Instrumentation int java.lang.Class[] java.util.Set top int int java.lang.Class[]
      StackMap stack:
         2: aload 7
            iload 5
            aaload
            astore 4 /* aType */
        start local 4 // java.lang.Class aType
         3: .line 1724
            aload 3 /* modules */
            aload 4 /* aType */
            invokestatic net.bytebuddy.utility.JavaModule.ofType:(Ljava/lang/Class;)Lnet/bytebuddy/utility/JavaModule;
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        end local 4 // java.lang.Class aType
         4: .line 1723
            iinc 5 1
      StackMap locals:
      StackMap stack:
         5: iload 5
            iload 6
            if_icmplt 2
         6: .line 1726
            aload 3 /* modules */
            invokeinterface java.util.Set.isEmpty:()Z
            ifeq 8
         7: .line 1727
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp.INSTANCE:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            goto 9
         8: .line 1728
      StackMap locals: java.lang.instrument.Instrumentation int java.lang.Class[] java.util.Set
      StackMap stack:
            new net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting
            dup
            aload 0 /* instrumentation */
            iload 1 /* addTargetEdge */
            aload 3 /* modules */
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.<init>:(Ljava/lang/instrument/Instrumentation;ZLjava/util/Set;)V
         9: .line 1726
      StackMap locals:
      StackMap stack: net.bytebuddy.agent.builder.AgentBuilder$Listener
            areturn
        end local 3 // java.util.Set modules
        end local 2 // java.lang.Class[] type
        end local 1 // boolean addTargetEdge
        end local 0 // java.lang.instrument.Instrumentation instrumentation
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   10     0  instrumentation  Ljava/lang/instrument/Instrumentation;
            0   10     1    addTargetEdge  Z
            0   10     2             type  [Ljava/lang/Class;
            1   10     3          modules  Ljava/util/Set<Lnet/bytebuddy/utility/JavaModule;>;
            3    4     4            aType  Ljava/lang/Class<*>;
    Signature: (Ljava/lang/instrument/Instrumentation;Z[Ljava/lang/Class<*>;)Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
                 Name  Flags
      instrumentation  
      addTargetEdge    
      type             

  public void onTransformation(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean, net.bytebuddy.dynamic.DynamicType);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLnet/bytebuddy/dynamic/DynamicType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
        start local 5 // net.bytebuddy.dynamic.DynamicType dynamicType
         0: .line 1733
            aload 3 /* module */
            getstatic net.bytebuddy.utility.JavaModule.UNSUPPORTED:Lnet/bytebuddy/utility/JavaModule;
            if_acmpeq 8
            aload 3 /* module */
            invokevirtual net.bytebuddy.utility.JavaModule.isNamed:()Z
            ifeq 8
         1: .line 1734
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.modules:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 7
            goto 7
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int net.bytebuddy.dynamic.DynamicType top java.util.Iterator
      StackMap stack:
         2: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.utility.JavaModule
            astore 6 /* target */
        start local 6 // net.bytebuddy.utility.JavaModule target
         3: .line 1735
            aload 3 /* module */
            aload 6 /* target */
            invokevirtual net.bytebuddy.utility.JavaModule.canRead:(Lnet/bytebuddy/utility/JavaModule;)Z
            ifne 5
         4: .line 1736
            aload 3 /* module */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.instrumentation:Ljava/lang/instrument/Instrumentation;
            aload 6 /* target */
            invokevirtual net.bytebuddy.utility.JavaModule.addReads:(Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/utility/JavaModule;)V
         5: .line 1738
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int net.bytebuddy.dynamic.DynamicType net.bytebuddy.utility.JavaModule java.util.Iterator
      StackMap stack:
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.addTargetEdge:Z
            ifeq 7
            aload 6 /* target */
            aload 3 /* module */
            invokevirtual net.bytebuddy.utility.JavaModule.canRead:(Lnet/bytebuddy/utility/JavaModule;)Z
            ifne 7
         6: .line 1739
            aload 6 /* target */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting.instrumentation:Ljava/lang/instrument/Instrumentation;
            aload 3 /* module */
            invokevirtual net.bytebuddy.utility.JavaModule.addReads:(Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/utility/JavaModule;)V
        end local 6 // net.bytebuddy.utility.JavaModule target
         7: .line 1734
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int net.bytebuddy.dynamic.DynamicType top java.util.Iterator
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         8: .line 1743
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int net.bytebuddy.dynamic.DynamicType
      StackMap stack:
            return
        end local 5 // net.bytebuddy.dynamic.DynamicType dynamicType
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    9     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$ModuleReadEdgeCompleting;
            0    9     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    9     2      classLoader  Ljava/lang/ClassLoader;
            0    9     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    9     4           loaded  Z
            0    9     5      dynamicType  Lnet/bytebuddy/dynamic/DynamicType;
            3    7     6           target  Lnet/bytebuddy/utility/JavaModule;
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           
      dynamicType      
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract Listener = net.bytebuddy.agent.builder.AgentBuilder$Listener of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Adapter = net.bytebuddy.agent.builder.AgentBuilder$Listener$Adapter of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public ModuleReadEdgeCompleting = net.bytebuddy.agent.builder.AgentBuilder$Listener$ModuleReadEdgeCompleting of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public final NoOp = net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp of net.bytebuddy.agent.builder.AgentBuilder$Listener
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()