class net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2 extends net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2
  super_class: net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2 this
         0: .line 2026
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy$Default$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.dynamic.DynamicType$Builder<?> builder(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.ByteBuddy, net.bytebuddy.dynamic.ClassFileLocator, net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.security.ProtectionDomain);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=8, args_size=8
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2 this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.ByteBuddy byteBuddy
        start local 3 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        start local 4 // net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer methodNameTransformer
        start local 5 // java.lang.ClassLoader classLoader
        start local 6 // net.bytebuddy.utility.JavaModule module
        start local 7 // java.security.ProtectionDomain protectionDomain
         0: .line 2035
            aload 2 /* byteBuddy */
            aload 1 /* typeDescription */
            aload 3 /* classFileLocator */
            invokevirtual net.bytebuddy.ByteBuddy.redefine:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/dynamic/DynamicType$Builder;
            areturn
        end local 7 // java.security.ProtectionDomain protectionDomain
        end local 6 // net.bytebuddy.utility.JavaModule module
        end local 5 // java.lang.ClassLoader classLoader
        end local 4 // net.bytebuddy.dynamic.scaffold.inline.MethodNameTransformer methodNameTransformer
        end local 3 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 2 // net.bytebuddy.ByteBuddy byteBuddy
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2 this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy$Default$2;
            0    1     1        typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2              byteBuddy  Lnet/bytebuddy/ByteBuddy;
            0    1     3       classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
            0    1     4  methodNameTransformer  Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;
            0    1     5            classLoader  Ljava/lang/ClassLoader;
            0    1     6                 module  Lnet/bytebuddy/utility/JavaModule;
            0    1     7       protectionDomain  Ljava/security/ProtectionDomain;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;)Lnet/bytebuddy/dynamic/DynamicType$Builder<*>;
    MethodParameters:
                       Name  Flags
      typeDescription        
      byteBuddy              
      classFileLocator       
      methodNameTransformer  
      classLoader            
      module                 
      protectionDomain       
}
SourceFile: "AgentBuilder.java"
EnclosingMethod: net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract TypeStrategy = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Default = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default of net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy
  net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$Default$2
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType