public class net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory implements net.bytebuddy.implementation.MethodCall$MethodLocator$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription> matcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

  private final net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler;
    descriptor: Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.method.MethodDescription>, net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory this
        start local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        start local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
         0: .line 838
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 839
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 840
            aload 0 /* this */
            aload 2 /* methodGraphCompiler */
            putfield net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
         3: .line 841
            return
        end local 2 // net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler methodGraphCompiler
        end local 1 // net.bytebuddy.matcher.ElementMatcher matcher
        end local 0 // net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lnet/bytebuddy/implementation/MethodCall$MethodLocator$ForElementMatcher$Factory;
            0    4     1              matcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
            0    4     2  methodGraphCompiler  Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;)V
    MethodParameters:
                     Name  Flags
      matcher              
      methodGraphCompiler  

  public net.bytebuddy.implementation.MethodCall$MethodLocator make(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/MethodCall$MethodLocator;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
         0: .line 847
            new net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher
            dup
            aload 1 /* instrumentedType */
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory.matcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory.methodGraphCompiler:Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;
            invokespecial net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/dynamic/scaffold/MethodGraph$Compiler;)V
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/implementation/MethodCall$MethodLocator$ForElementMatcher$Factory;
            0    1     1  instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
                  Name  Flags
      instrumentedType  
}
SourceFile: "MethodCall.java"
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Compiler = net.bytebuddy.dynamic.scaffold.MethodGraph$Compiler of net.bytebuddy.dynamic.scaffold.MethodGraph
  public abstract MethodLocator = net.bytebuddy.implementation.MethodCall$MethodLocator of net.bytebuddy.implementation.MethodCall
  public abstract Factory = net.bytebuddy.implementation.MethodCall$MethodLocator$Factory of net.bytebuddy.implementation.MethodCall$MethodLocator
  public ForElementMatcher = net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher of net.bytebuddy.implementation.MethodCall$MethodLocator
  public Factory = net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher$Factory of net.bytebuddy.implementation.MethodCall$MethodLocator$ForElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()