public class net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous implements net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous
  super_class: java.lang.Object
{
  private final net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy delegate;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.concurrent.ExecutorService executorService;
    descriptor: Ljava/util/concurrent/ExecutorService;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy, java.util.concurrent.ExecutorService);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy;Ljava/util/concurrent/ExecutorService;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy delegate
        start local 2 // java.util.concurrent.ExecutorService executorService
         0: .line 3638
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3639
            aload 0 /* this */
            aload 1 /* delegate */
            putfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy;
         2: .line 3640
            aload 0 /* this */
            aload 2 /* executorService */
            putfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous.executorService:Ljava/util/concurrent/ExecutorService;
         3: .line 3641
            return
        end local 2 // java.util.concurrent.ExecutorService executorService
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy delegate
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous;
            0    4     1         delegate  Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy;
            0    4     2  executorService  Ljava/util/concurrent/ExecutorService;
    MethodParameters:
                 Name  Flags
      delegate         
      executorService  

  public boolean isLoadedFirst();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous this
         0: .line 3647
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy;
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy.isLoadedFirst:()Z
            ireturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous;

  public net.bytebuddy.description.type.TypeDescription apply(java.lang.String, java.lang.Class<?>, net.bytebuddy.pool.TypePool, net.bytebuddy.agent.builder.AgentBuilder$CircularityLock, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule);
    descriptor: (Ljava/lang/String;Ljava/lang/Class;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=7
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous this
        start local 1 // java.lang.String typeName
        start local 2 // java.lang.Class type
        start local 3 // net.bytebuddy.pool.TypePool typePool
        start local 4 // net.bytebuddy.agent.builder.AgentBuilder$CircularityLock circularityLock
        start local 5 // java.lang.ClassLoader classLoader
        start local 6 // net.bytebuddy.utility.JavaModule module
         0: .line 3659
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous.delegate:Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy;
            aload 1 /* typeName */
            aload 2 /* type */
            aload 3 /* typePool */
            aload 4 /* circularityLock */
            aload 5 /* classLoader */
            aload 6 /* module */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy.apply:(Ljava/lang/String;Ljava/lang/Class;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/description/type/TypeDescription;
            astore 7 /* typeDescription */
        start local 7 // net.bytebuddy.description.type.TypeDescription typeDescription
         1: .line 3660
            aload 7 /* typeDescription */
            instanceof net.bytebuddy.description.type.TypeDescription$ForLoadedType
            ifeq 3
         2: .line 3661
            aload 7 /* typeDescription */
            goto 4
         3: .line 3662
      StackMap locals: net.bytebuddy.description.type.TypeDescription
      StackMap stack:
            new net.bytebuddy.description.type.TypeDescription$SuperTypeLoading
            dup
            aload 7 /* typeDescription */
            aload 5 /* classLoader */
            new net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous$ThreadSwitchingClassLoadingDelegate
            dup
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous.executorService:Ljava/util/concurrent/ExecutorService;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous$ThreadSwitchingClassLoadingDelegate.<init>:(Ljava/util/concurrent/ExecutorService;)V
            invokespecial net.bytebuddy.description.type.TypeDescription$SuperTypeLoading.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/description/type/TypeDescription$SuperTypeLoading$ClassLoadingDelegate;)V
         4: .line 3660
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription
            areturn
        end local 7 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 6 // net.bytebuddy.utility.JavaModule module
        end local 5 // java.lang.ClassLoader classLoader
        end local 4 // net.bytebuddy.agent.builder.AgentBuilder$CircularityLock circularityLock
        end local 3 // net.bytebuddy.pool.TypePool typePool
        end local 2 // java.lang.Class type
        end local 1 // java.lang.String typeName
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0             this  Lnet/bytebuddy/agent/builder/AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous;
            0    5     1         typeName  Ljava/lang/String;
            0    5     2             type  Ljava/lang/Class<*>;
            0    5     3         typePool  Lnet/bytebuddy/pool/TypePool;
            0    5     4  circularityLock  Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;
            0    5     5      classLoader  Ljava/lang/ClassLoader;
            0    5     6           module  Lnet/bytebuddy/utility/JavaModule;
            1    5     7  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
    Signature: (Ljava/lang/String;Ljava/lang/Class<*>;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/agent/builder/AgentBuilder$CircularityLock;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                 Name  Flags
      typeName         
      type             
      typePool         
      circularityLock  
      classLoader      
      module           
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract CircularityLock = net.bytebuddy.agent.builder.AgentBuilder$CircularityLock of net.bytebuddy.agent.builder.AgentBuilder
  public abstract DescriptionStrategy = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public SuperTypeLoading = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading of net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy
  public Asynchronous = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous of net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading
  protected ThreadSwitchingClassLoadingDelegate = net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous$ThreadSwitchingClassLoadingDelegate of net.bytebuddy.agent.builder.AgentBuilder$DescriptionStrategy$SuperTypeLoading$Asynchronous
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public ForLoadedType = net.bytebuddy.description.type.TypeDescription$ForLoadedType of net.bytebuddy.description.type.TypeDescription
  public SuperTypeLoading = net.bytebuddy.description.type.TypeDescription$SuperTypeLoading of net.bytebuddy.description.type.TypeDescription
  public abstract ClassLoadingDelegate = net.bytebuddy.description.type.TypeDescription$SuperTypeLoading$ClassLoadingDelegate of net.bytebuddy.description.type.TypeDescription$SuperTypeLoading
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()