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

  public void <init>(net.bytebuddy.build.EntryPoint);
    descriptor: (Lnet/bytebuddy/build/EntryPoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint this
        start local 1 // net.bytebuddy.build.EntryPoint entryPoint
         0: .line 2116
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2117
            aload 0 /* this */
            aload 1 /* entryPoint */
            putfield net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint.entryPoint:Lnet/bytebuddy/build/EntryPoint;
         2: .line 2118
            return
        end local 1 // net.bytebuddy.build.EntryPoint entryPoint
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy$ForBuildEntryPoint;
            0    3     1  entryPoint  Lnet/bytebuddy/build/EntryPoint;
    MethodParameters:
            Name  Flags
      entryPoint  

  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=5, locals=8, args_size=8
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint 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 2130
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint.entryPoint:Lnet/bytebuddy/build/EntryPoint;
            aload 1 /* typeDescription */
            aload 2 /* byteBuddy */
            aload 3 /* classFileLocator */
            aload 4 /* methodNameTransformer */
            invokeinterface net.bytebuddy.build.EntryPoint.transform:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/ByteBuddy;Lnet/bytebuddy/dynamic/ClassFileLocator;Lnet/bytebuddy/dynamic/scaffold/inline/MethodNameTransformer;)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$ForBuildEntryPoint this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/agent/builder/AgentBuilder$TypeStrategy$ForBuildEntryPoint;
            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"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract TypeStrategy = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public ForBuildEntryPoint = net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy$ForBuildEntryPoint of net.bytebuddy.agent.builder.AgentBuilder$TypeStrategy
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Builder = net.bytebuddy.dynamic.DynamicType$Builder of net.bytebuddy.dynamic.DynamicType
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()