public class net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice extends net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice
  super_class: net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry
{
  private final java.lang.String enter;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String exit;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  protected 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: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice this
        start local 1 // net.bytebuddy.asm.Advice$WithCustomMapping advice
        start local 2 // net.bytebuddy.pool.TypePool typePool
        start local 3 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
         0: .line 2563
            aload 1 /* advice */
            aload 2 /* typePool */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice.enter:Ljava/lang/String;
            invokeinterface net.bytebuddy.pool.TypePool.describe:(Ljava/lang/String;)Lnet/bytebuddy/pool/TypePool$Resolution;
            invokeinterface net.bytebuddy.pool.TypePool$Resolution.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 2 /* typePool */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice.exit:Ljava/lang/String;
            invokeinterface net.bytebuddy.pool.TypePool.describe:(Ljava/lang/String;)Lnet/bytebuddy/pool/TypePool$Resolution;
            invokeinterface net.bytebuddy.pool.TypePool$Resolution.resolve:()Lnet/bytebuddy/description/type/TypeDescription;
            aload 3 /* classFileLocator */
            invokevirtual net.bytebuddy.asm.Advice$WithCustomMapping.to:(Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/dynamic/ClassFileLocator;)Lnet/bytebuddy/asm/Advice;
            areturn
        end local 3 // net.bytebuddy.dynamic.ClassFileLocator classFileLocator
        end local 2 // net.bytebuddy.pool.TypePool typePool
        end local 1 // net.bytebuddy.asm.Advice$WithCustomMapping advice
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer$ForAdvice$Entry$ForSplitAdvice;
            0    1     1            advice  Lnet/bytebuddy/asm/Advice$WithCustomMapping;
            0    1     2          typePool  Lnet/bytebuddy/pool/TypePool;
            0    1     3  classFileLocator  Lnet/bytebuddy/dynamic/ClassFileLocator;
    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
  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
  public abstract Resolution = net.bytebuddy.pool.TypePool$Resolution of net.bytebuddy.pool.TypePool
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()