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

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

  public void <init>(java.util.List<? extends net.bytebuddy.build.Plugin$Engine$Listener>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // java.util.List listeners
         0: .line 1911
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1912
            aload 0 /* this */
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            putfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
         2: .line 1913
            aload 1 /* listeners */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 9
      StackMap locals: net.bytebuddy.build.Plugin$Engine$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.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         4: .line 1914
            aload 2 /* listener */
            instanceof net.bytebuddy.build.Plugin$Engine$Listener$Compound
            ifeq 7
         5: .line 1915
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            aload 2 /* listener */
            checkcast net.bytebuddy.build.Plugin$Engine$Listener$Compound
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         6: .line 1916
            goto 9
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.util.List net.bytebuddy.build.Plugin$Engine$Listener java.util.Iterator
      StackMap stack:
         7: aload 2 /* listener */
            instanceof net.bytebuddy.build.Plugin$Engine$Listener$NoOp
            ifne 9
         8: .line 1917
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            aload 2 /* listener */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         9: .line 1913
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.util.List top java.util.Iterator
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        10: .line 1920
            return
        end local 1 // java.util.List listeners
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0   11     1  listeners  Ljava/util/List<+Lnet/bytebuddy/build/Plugin$Engine$Listener;>;
            4    9     2   listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    Signature: (Ljava/util/List<+Lnet/bytebuddy/build/Plugin$Engine$Listener;>;)V
    MethodParameters:
           Name  Flags
      listeners  

  public void onDiscovery(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // java.lang.String typeName
         0: .line 1926
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1927
            aload 2 /* listener */
            aload 1 /* typeName */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onDiscovery:(Ljava/lang/String;)V
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1926
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1929
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeName  Ljava/lang/String;
            2    3     2  listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
          Name  Flags
      typeName  

  public void onTransformation(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.build.Plugin);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
         0: .line 1935
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription net.bytebuddy.build.Plugin top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1936
            aload 3 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* plugin */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onTransformation:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1935
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1938
            return
        end local 2 // net.bytebuddy.build.Plugin plugin
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2           plugin  Lnet/bytebuddy/build/Plugin;
            2    3     3         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugin           

  public void onTransformation(net.bytebuddy.description.type.TypeDescription, java.util.List<net.bytebuddy.build.Plugin>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List plugins
         0: .line 1944
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1945
            aload 3 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* plugins */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onTransformation:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1944
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1947
            return
        end local 2 // java.util.List plugins
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2          plugins  Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;
            2    3     3         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugins          

  public void onIgnored(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.build.Plugin);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
         0: .line 1953
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription net.bytebuddy.build.Plugin top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1954
            aload 3 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* plugin */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onIgnored:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1953
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1956
            return
        end local 2 // net.bytebuddy.build.Plugin plugin
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2           plugin  Lnet/bytebuddy/build/Plugin;
            2    3     3         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugin           

  public void onIgnored(net.bytebuddy.description.type.TypeDescription, java.util.List<net.bytebuddy.build.Plugin>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List plugins
         0: .line 1962
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1963
            aload 3 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* plugins */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onIgnored:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1962
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1965
            return
        end local 2 // java.util.List plugins
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2          plugins  Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;
            2    3     3         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Lnet/bytebuddy/build/Plugin;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugins          

  public void onError(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.build.Plugin, java.lang.Throwable);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.build.Plugin plugin
        start local 3 // java.lang.Throwable throwable
         0: .line 1971
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription net.bytebuddy.build.Plugin java.lang.Throwable top java.util.Iterator
      StackMap stack:
         1: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 4 /* listener */
        start local 4 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1972
            aload 4 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* plugin */
            aload 3 /* throwable */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onError:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
        end local 4 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1971
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1974
            return
        end local 3 // java.lang.Throwable throwable
        end local 2 // net.bytebuddy.build.Plugin plugin
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2           plugin  Lnet/bytebuddy/build/Plugin;
            0    5     3        throwable  Ljava/lang/Throwable;
            2    3     4         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  
      plugin           
      throwable        

  public void onError(net.bytebuddy.description.type.TypeDescription, java.util.List<java.lang.Throwable>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List throwables
         0: .line 1980
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription java.util.List top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1981
            aload 3 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* throwables */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onError:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1980
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1983
            return
        end local 2 // java.util.List throwables
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2       throwables  Ljava/util/List<Ljava/lang/Throwable;>;
            2    3     3         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Ljava/lang/Throwable;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      throwables       

  public void onError(java.util.Map<net.bytebuddy.description.type.TypeDescription, java.util.List<java.lang.Throwable>>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // java.util.Map throwables
         0: .line 1989
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.util.Map top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1990
            aload 2 /* listener */
            aload 1 /* throwables */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onError:(Ljava/util/Map;)V
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1989
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 1992
            return
        end local 1 // java.util.Map throwables
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  throwables  Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Ljava/lang/Throwable;>;>;
            2    3     2    listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    Signature: (Ljava/util/Map<Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Ljava/lang/Throwable;>;>;)V
    MethodParameters:
            Name  Flags
      throwables  

  public void onError(net.bytebuddy.build.Plugin, java.lang.Throwable);
    descriptor: (Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.build.Plugin plugin
        start local 2 // java.lang.Throwable throwable
         0: .line 1998
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.build.Plugin java.lang.Throwable top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 1999
            aload 3 /* listener */
            aload 1 /* plugin */
            aload 2 /* throwable */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onError:(Lnet/bytebuddy/build/Plugin;Ljava/lang/Throwable;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 1998
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 2001
            return
        end local 2 // java.lang.Throwable throwable
        end local 1 // net.bytebuddy.build.Plugin plugin
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1     plugin  Lnet/bytebuddy/build/Plugin;
            0    5     2  throwable  Ljava/lang/Throwable;
            2    3     3   listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
           Name  Flags
      plugin     
      throwable  

  public void onLiveInitializer(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.description.type.TypeDescription definingType
         0: .line 2007
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription net.bytebuddy.description.type.TypeDescription top java.util.Iterator
      StackMap stack:
         1: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 3 /* listener */
        start local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 2008
            aload 3 /* listener */
            aload 1 /* typeDescription */
            aload 2 /* definingType */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onLiveInitializer:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;)V
        end local 3 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 2007
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 2010
            return
        end local 2 // net.bytebuddy.description.type.TypeDescription definingType
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     2     definingType  Lnet/bytebuddy/description/type/TypeDescription;
            2    3     3         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  
      definingType     

  public void onComplete(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 2016
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound net.bytebuddy.description.type.TypeDescription top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 2017
            aload 2 /* listener */
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onComplete:(Lnet/bytebuddy/description/type/TypeDescription;)V
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 2016
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 2019
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            2    3     2         listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
                 Name  Flags
      typeDescription  

  public void onUnresolved(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // java.lang.String typeName
         0: .line 2025
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 2026
            aload 2 /* listener */
            aload 1 /* typeName */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onUnresolved:(Ljava/lang/String;)V
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 2025
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 2028
            return
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  typeName  Ljava/lang/String;
            2    3     2  listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
          Name  Flags
      typeName  

  public void onManifest(java.util.jar.Manifest);
    descriptor: (Ljava/util/jar/Manifest;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // java.util.jar.Manifest manifest
         0: .line 2034
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.util.jar.Manifest top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 2035
            aload 2 /* listener */
            aload 1 /* manifest */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onManifest:(Ljava/util/jar/Manifest;)V
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 2034
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 2037
            return
        end local 1 // java.util.jar.Manifest manifest
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1  manifest  Ljava/util/jar/Manifest;
            2    3     2  listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
          Name  Flags
      manifest  

  public void onResource(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
        start local 1 // java.lang.String name
         0: .line 2043
            aload 0 /* this */
            getfield net.bytebuddy.build.Plugin$Engine$Listener$Compound.listeners:Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 3
      StackMap locals: net.bytebuddy.build.Plugin$Engine$Listener$Compound java.lang.String top java.util.Iterator
      StackMap stack:
         1: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast net.bytebuddy.build.Plugin$Engine$Listener
            astore 2 /* listener */
        start local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         2: .line 2044
            aload 2 /* listener */
            aload 1 /* name */
            invokeinterface net.bytebuddy.build.Plugin$Engine$Listener.onResource:(Ljava/lang/String;)V
        end local 2 // net.bytebuddy.build.Plugin$Engine$Listener listener
         3: .line 2043
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 1
         4: .line 2046
            return
        end local 1 // java.lang.String name
        end local 0 // net.bytebuddy.build.Plugin$Engine$Listener$Compound this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lnet/bytebuddy/build/Plugin$Engine$Listener$Compound;
            0    5     1      name  Ljava/lang/String;
            2    3     2  listener  Lnet/bytebuddy/build/Plugin$Engine$Listener;
    MethodParameters:
      Name  Flags
      name  
}
SourceFile: "Plugin.java"
NestHost: net.bytebuddy.build.Plugin
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Engine = net.bytebuddy.build.Plugin$Engine of net.bytebuddy.build.Plugin
  public abstract Listener = net.bytebuddy.build.Plugin$Engine$Listener of net.bytebuddy.build.Plugin$Engine
  public Compound = net.bytebuddy.build.Plugin$Engine$Listener$Compound of net.bytebuddy.build.Plugin$Engine$Listener
  public final NoOp = net.bytebuddy.build.Plugin$Engine$Listener$NoOp of net.bytebuddy.build.Plugin$Engine$Listener
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()