public class net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound implements net.bytebuddy.agent.builder.AgentBuilder$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound
  super_class: java.lang.Object
{
  private final java.util.List<net.bytebuddy.agent.builder.AgentBuilder$Listener> listeners;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;>;

  public void <init>(net.bytebuddy.agent.builder.AgentBuilder$Listener[]);
    descriptor: ([Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$Listener[] listener
         0: .line 1763
            aload 0 /* this */
            aload 1 /* listener */
            invokestatic java.util.Arrays.asList:([Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.<init>:(Ljava/util/List;)V
         1: .line 1764
            return
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$Listener[] listener
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0    2     1  listener  [Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
          Name  Flags
      listener  

  public void <init>(java.util.List<? extends net.bytebuddy.agent.builder.AgentBuilder$Listener>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
        start local 1 // java.util.List listeners
         0: .line 1771
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1772
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
         2: .line 1773
            aload 1 /* listeners */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound java.util.List top java.util.Iterator
      StackMap stack:
         3: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         4: .line 1774
            aload 2 /* listener */
            instanceof net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound
            ifeq 7
         5: .line 1775
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            aload 2 /* listener */
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 1776
            goto 9
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound java.util.List net.bytebuddy.agent.builder.AgentBuilder$Listener java.util.Iterator
      StackMap stack:
         7: aload 2 /* listener */
            instanceof net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp
            ifne 9
         8: .line 1777
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            aload 2 /* listener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         9: .line 1773
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 1780
            return
        end local 1 // java.util.List listeners
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0   11     1  listeners  Ljava/util/List<+Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;>;
            4    9     2   listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;>;)V
    MethodParameters:
           Name  Flags
      listeners  

  public void onDiscovery(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
         0: .line 1786
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound java.lang.String java.lang.ClassLoader net.bytebuddy.utility.JavaModule int top java.util.Iterator
      StackMap stack:
         1: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener
            astore 5 /* listener */
        start local 5 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         2: .line 1787
            aload 5 /* listener */
            aload 1 /* typeName */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onDiscovery:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
        end local 5 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         3: .line 1786
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1789
            return
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0    5     1     typeName  Ljava/lang/String;
            0    5     2  classLoader  Ljava/lang/ClassLoader;
            0    5     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    5     4       loaded  Z
            2    3     5     listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       

  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=6, locals=8, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound 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 1795
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int net.bytebuddy.dynamic.DynamicType top java.util.Iterator
      StackMap stack:
         1: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener
            astore 6 /* listener */
        start local 6 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         2: .line 1796
            aload 6 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            aload 5 /* dynamicType */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onTransformation:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLnet/bytebuddy/dynamic/DynamicType;)V
        end local 6 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         3: .line 1795
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1798
            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$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2      classLoader  Ljava/lang/ClassLoader;
            0    5     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    5     4           loaded  Z
            0    5     5      dynamicType  Lnet/bytebuddy/dynamic/DynamicType;
            2    3     6         listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           
      dynamicType      

  public void onIgnored(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound 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
         0: .line 1804
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound net.bytebuddy.description.type.TypeDescription java.lang.ClassLoader net.bytebuddy.utility.JavaModule int top java.util.Iterator
      StackMap stack:
         1: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener
            astore 5 /* listener */
        start local 5 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         2: .line 1805
            aload 5 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onIgnored:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
        end local 5 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         3: .line 1804
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1807
            return
        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$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2      classLoader  Ljava/lang/ClassLoader;
            0    5     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    5     4           loaded  Z
            2    3     5         listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  
      classLoader      
      module           
      loaded           

  public void onError(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean, java.lang.Throwable);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLjava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
        start local 5 // java.lang.Throwable throwable
         0: .line 1813
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 7
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound java.lang.String java.lang.ClassLoader net.bytebuddy.utility.JavaModule int java.lang.Throwable top java.util.Iterator
      StackMap stack:
         1: aload 7
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener
            astore 6 /* listener */
        start local 6 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         2: .line 1814
            aload 6 /* listener */
            aload 1 /* typeName */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            aload 5 /* throwable */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onError:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;ZLjava/lang/Throwable;)V
        end local 6 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         3: .line 1813
      StackMap locals:
      StackMap stack:
            aload 7
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1816
            return
        end local 5 // java.lang.Throwable throwable
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0    5     1     typeName  Ljava/lang/String;
            0    5     2  classLoader  Ljava/lang/ClassLoader;
            0    5     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    5     4       loaded  Z
            0    5     5    throwable  Ljava/lang/Throwable;
            2    3     6     listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       
      throwable    

  public void onComplete(java.lang.String, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, boolean);
    descriptor: (Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=7, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // boolean loaded
         0: .line 1822
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 6
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound java.lang.String java.lang.ClassLoader net.bytebuddy.utility.JavaModule int top java.util.Iterator
      StackMap stack:
         1: aload 6
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener
            astore 5 /* listener */
        start local 5 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         2: .line 1823
            aload 5 /* listener */
            aload 1 /* typeName */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 4 /* loaded */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$Listener.onComplete:(Ljava/lang/String;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
        end local 5 // net.bytebuddy.agent.builder.AgentBuilder$Listener listener
         3: .line 1822
      StackMap locals:
      StackMap stack:
            aload 6
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1825
            return
        end local 4 // boolean loaded
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$Compound;
            0    5     1     typeName  Ljava/lang/String;
            0    5     2  classLoader  Ljava/lang/ClassLoader;
            0    5     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    5     4       loaded  Z
            2    3     5     listener  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       
}
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 Compound = net.bytebuddy.agent.builder.AgentBuilder$Listener$Compound 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()