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

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

  public void <init>(java.util.List<? extends net.bytebuddy.agent.builder.AgentBuilder$InstallationListener>);
    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$InstallationListener$Compound this
        start local 1 // java.util.List installationListeners
         0: .line 4346
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 4347
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
         2: .line 4348
            aload 1 /* installationListeners */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$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$InstallationListener
            astore 2 /* installationListener */
        start local 2 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         4: .line 4349
            aload 2 /* installationListener */
            instanceof net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound
            ifeq 7
         5: .line 4350
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            aload 2 /* installationListener */
            checkcast net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 4351
            goto 9
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.util.List net.bytebuddy.agent.builder.AgentBuilder$InstallationListener java.util.Iterator
      StackMap stack:
         7: aload 2 /* installationListener */
            instanceof net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$NoOp
            ifne 9
         8: .line 4352
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            aload 2 /* installationListener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         9: .line 4348
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 4355
            return
        end local 1 // java.util.List installationListeners
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener$Compound;
            0   11     1  installationListeners  Ljava/util/List<+Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;>;
            4    9     2   installationListener  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;>;)V
    MethodParameters:
                       Name  Flags
      installationListeners  

  public void onBeforeInstall(java.lang.instrument.Instrumentation, net.bytebuddy.agent.builder.ResettableClassFileTransformer);
    descriptor: (Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
         0: .line 4361
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.lang.instrument.Instrumentation net.bytebuddy.agent.builder.ResettableClassFileTransformer top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$InstallationListener
            astore 3 /* installationListener */
        start local 3 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         2: .line 4362
            aload 3 /* installationListener */
            aload 1 /* instrumentation */
            aload 2 /* classFileTransformer */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InstallationListener.onBeforeInstall:(Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;)V
        end local 3 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         3: .line 4361
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 4364
            return
        end local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener$Compound;
            0    5     1       instrumentation  Ljava/lang/instrument/Instrumentation;
            0    5     2  classFileTransformer  Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;
            2    3     3  installationListener  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;
    MethodParameters:
                      Name  Flags
      instrumentation       
      classFileTransformer  

  public void onInstall(java.lang.instrument.Instrumentation, net.bytebuddy.agent.builder.ResettableClassFileTransformer);
    descriptor: (Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
         0: .line 4370
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.lang.instrument.Instrumentation net.bytebuddy.agent.builder.ResettableClassFileTransformer top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$InstallationListener
            astore 3 /* installationListener */
        start local 3 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         2: .line 4371
            aload 3 /* installationListener */
            aload 1 /* instrumentation */
            aload 2 /* classFileTransformer */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InstallationListener.onInstall:(Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;)V
        end local 3 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         3: .line 4370
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 4373
            return
        end local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener$Compound;
            0    5     1       instrumentation  Ljava/lang/instrument/Instrumentation;
            0    5     2  classFileTransformer  Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;
            2    3     3  installationListener  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;
    MethodParameters:
                      Name  Flags
      instrumentation       
      classFileTransformer  

  public java.lang.Throwable onError(java.lang.instrument.Instrumentation, net.bytebuddy.agent.builder.ResettableClassFileTransformer, java.lang.Throwable);
    descriptor: (Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;Ljava/lang/Throwable;)Ljava/lang/Throwable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
        start local 3 // java.lang.Throwable throwable
         0: .line 4379
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 5
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.lang.instrument.Instrumentation net.bytebuddy.agent.builder.ResettableClassFileTransformer java.lang.Throwable top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$InstallationListener
            astore 4 /* installationListener */
        start local 4 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         2: .line 4380
            aload 3 /* throwable */
            getstatic net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.SUPPRESS_ERROR:Ljava/lang/Throwable;
            if_acmpne 4
         3: .line 4381
            getstatic net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.SUPPRESS_ERROR:Ljava/lang/Throwable;
            areturn
         4: .line 4383
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.lang.instrument.Instrumentation net.bytebuddy.agent.builder.ResettableClassFileTransformer java.lang.Throwable net.bytebuddy.agent.builder.AgentBuilder$InstallationListener java.util.Iterator
      StackMap stack:
            aload 4 /* installationListener */
            aload 1 /* instrumentation */
            aload 2 /* classFileTransformer */
            aload 3 /* throwable */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InstallationListener.onError:(Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;Ljava/lang/Throwable;)Ljava/lang/Throwable;
            astore 3 /* throwable */
        end local 4 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         5: .line 4379
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.lang.instrument.Instrumentation net.bytebuddy.agent.builder.ResettableClassFileTransformer java.lang.Throwable top java.util.Iterator
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         6: .line 4385
            aload 3 /* throwable */
            areturn
        end local 3 // java.lang.Throwable throwable
        end local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    7     0                  this  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener$Compound;
            0    7     1       instrumentation  Ljava/lang/instrument/Instrumentation;
            0    7     2  classFileTransformer  Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;
            0    7     3             throwable  Ljava/lang/Throwable;
            2    5     4  installationListener  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;
    MethodParameters:
                      Name  Flags
      instrumentation       
      classFileTransformer  
      throwable             

  public void onReset(java.lang.instrument.Instrumentation, net.bytebuddy.agent.builder.ResettableClassFileTransformer);
    descriptor: (Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
        start local 1 // java.lang.instrument.Instrumentation instrumentation
        start local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
         0: .line 4392
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound.installationListeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound java.lang.instrument.Instrumentation net.bytebuddy.agent.builder.ResettableClassFileTransformer top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$InstallationListener
            astore 3 /* installationListener */
        start local 3 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         2: .line 4393
            aload 3 /* installationListener */
            aload 1 /* instrumentation */
            aload 2 /* classFileTransformer */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$InstallationListener.onReset:(Ljava/lang/instrument/Instrumentation;Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;)V
        end local 3 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener installationListener
         3: .line 4392
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 4395
            return
        end local 2 // net.bytebuddy.agent.builder.ResettableClassFileTransformer classFileTransformer
        end local 1 // java.lang.instrument.Instrumentation instrumentation
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener$Compound;
            0    5     1       instrumentation  Ljava/lang/instrument/Instrumentation;
            0    5     2  classFileTransformer  Lnet/bytebuddy/agent/builder/ResettableClassFileTransformer;
            2    3     3  installationListener  Lnet/bytebuddy/agent/builder/AgentBuilder$InstallationListener;
    MethodParameters:
                      Name  Flags
      instrumentation       
      classFileTransformer  
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract InstallationListener = net.bytebuddy.agent.builder.AgentBuilder$InstallationListener of net.bytebuddy.agent.builder.AgentBuilder
  public Compound = net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$Compound of net.bytebuddy.agent.builder.AgentBuilder$InstallationListener
  public final NoOp = net.bytebuddy.agent.builder.AgentBuilder$InstallationListener$NoOp of net.bytebuddy.agent.builder.AgentBuilder$InstallationListener
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()