public final class net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp extends java.lang.Enum<net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp> implements net.bytebuddy.agent.builder.AgentBuilder$Listener
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp INSTANCE;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 1364
            new net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp.<init>:(Ljava/lang/String;I)V
         1: .line 1367
            putstatic net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp.INSTANCE:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
         2: .line 1362
            iconst_1
            anewarray net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp
            dup
            iconst_0
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp.INSTANCE:Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            aastore
            putstatic net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp this
         0: .line 1362
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  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=0, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp 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 1374
            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$NoOp this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            0    1     1     typeName  Ljava/lang/String;
            0    1     2  classLoader  Ljava/lang/ClassLoader;
            0    1     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4       loaded  Z
    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=0, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp 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 1381
            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$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2      classLoader  Ljava/lang/ClassLoader;
            0    1     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4           loaded  Z
            0    1     5      dynamicType  Lnet/bytebuddy/dynamic/DynamicType;
    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=0, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp 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 1388
            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$NoOp this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            0    1     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2      classLoader  Ljava/lang/ClassLoader;
            0    1     3           module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4           loaded  Z
    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=0, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp 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 1395
            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$NoOp this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            0    1     1     typeName  Ljava/lang/String;
            0    1     2  classLoader  Ljava/lang/ClassLoader;
            0    1     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4       loaded  Z
            0    1     5    throwable  Ljava/lang/Throwable;
    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=0, locals=5, args_size=5
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp 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 1402
            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$NoOp this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            0    1     1     typeName  Ljava/lang/String;
            0    1     2  classLoader  Ljava/lang/ClassLoader;
            0    1     3       module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4       loaded  Z
    MethodParameters:
             Name  Flags
      typeName     
      classLoader  
      module       
      loaded       

  public static net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp[] values();
    descriptor: ()[Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp.ENUM$VALUES:[Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/agent/builder/AgentBuilder$Listener$NoOp;>;Lnet/bytebuddy/agent/builder/AgentBuilder$Listener;
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 final NoOp = net.bytebuddy.agent.builder.AgentBuilder$Listener$NoOp of net.bytebuddy.agent.builder.AgentBuilder$Listener