public abstract class net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription> matcher;
    descriptor: Lnet/bytebuddy/matcher/LatentMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

  protected void <init>(net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription>);
    descriptor: (Lnet/bytebuddy/matcher/LatentMatcher;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry this
        start local 1 // net.bytebuddy.matcher.LatentMatcher matcher
         0: .line 2481
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 2482
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry.matcher:Lnet/bytebuddy/matcher/LatentMatcher;
         2: .line 2483
            return
        end local 1 // net.bytebuddy.matcher.LatentMatcher matcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer$ForAdvice$Entry;
            0    3     1  matcher  Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;
    Signature: (Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;)V
    MethodParameters:
         Name  Flags
      matcher  

  protected net.bytebuddy.matcher.LatentMatcher<? super net.bytebuddy.description.method.MethodDescription> getMatcher();
    descriptor: ()Lnet/bytebuddy/matcher/LatentMatcher;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry this
         0: .line 2491
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry.matcher:Lnet/bytebuddy/matcher/LatentMatcher;
            areturn
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer$ForAdvice$Entry;
    Signature: ()Lnet/bytebuddy/matcher/LatentMatcher<-Lnet/bytebuddy/description/method/MethodDescription;>;

  protected abstract net.bytebuddy.asm.Advice resolve(net.bytebuddy.asm.Advice$WithCustomMapping, net.bytebuddy.pool.TypePool, net.bytebuddy.dynamic.ClassFileLocator);
    descriptor: (Lnet/bytebuddy/asm/Advice$WithCustomMapping;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/asm/Advice;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
                  Name  Flags
      advice            
      typePool          
      classFileLocator  
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract Transformer = net.bytebuddy.agent.builder.AgentBuilder$Transformer of net.bytebuddy.agent.builder.AgentBuilder
  public ForAdvice = net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice of net.bytebuddy.agent.builder.AgentBuilder$Transformer
  protected abstract Entry = net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry of net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice
  protected ForSplitAdvice = net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice of net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry
  protected ForUnifiedAdvice = net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForUnifiedAdvice of net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry
  public WithCustomMapping = net.bytebuddy.asm.Advice$WithCustomMapping of net.bytebuddy.asm.Advice
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()