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

  public void <init>(net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/dynamic/ClassFileLocator;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple this
        start local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 3917
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 3918
            aload 0 /* this */
            aload 1 /* classFileLocator */
            putfield net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
         2: .line 3919
            return
        end local 1 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    3     0              this  Lnet/bytebuddy/agent/builder/AgentBuilder$LocationStrategy$Simple;
            0    3     1  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    MethodParameters:
                  Name  Flags
      classFileLocator  

  public net.bytebuddy.dynamic.ClassFileLocator classFileLocator(java.lang.ClassLoader, net.bytebuddy.utility.JavaModule);
    descriptor: (Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;)Lnet/bytebuddy/dynamic/ClassFileLocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple this
        start local 1 // java.lang.ClassLoader classLoader
        start local 2 // net.bytebuddy.utility.JavaModule module
         0: .line 3925
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple.classFileLocator:Lnet/bytebuddy/dynamic/ClassFileLocator;
            areturn
        end local 2 // net.bytebuddy.utility.JavaModule module
        end local 1 // java.lang.ClassLoader classLoader
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$LocationStrategy$Simple;
            0    1     1  classLoader  Ljava/lang/ClassLoader;
            0    1     2       module  Lnet/bytebuddy/utility/JavaModule;
    MethodParameters:
             Name  Flags
      classLoader  
      module       
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract LocationStrategy = net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy of net.bytebuddy.agent.builder.AgentBuilder
  public Simple = net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy$Simple of net.bytebuddy.agent.builder.AgentBuilder$LocationStrategy
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()