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

  private final net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean decorator;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.agent.builder.AgentBuilder$RawMatcher, net.bytebuddy.agent.builder.AgentBuilder$Transformer, boolean);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;Z)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher rawMatcher
        start local 2 // net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer
        start local 3 // boolean decorator
         0: .line 9969
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 9970
            aload 0 /* this */
            aload 1 /* rawMatcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.rawMatcher:Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
         2: .line 9971
            aload 0 /* this */
            aload 2 /* transformer */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.transformer:Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
         3: .line 9972
            aload 0 /* this */
            iload 3 /* decorator */
            putfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.decorator:Z
         4: .line 9973
            return
        end local 3 // boolean decorator
        end local 2 // net.bytebuddy.agent.builder.AgentBuilder$Transformer transformer
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher rawMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    5     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple;
            0    5     1   rawMatcher  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
            0    5     2  transformer  Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
            0    5     3    decorator  Z
    MethodParameters:
             Name  Flags
      rawMatcher   
      transformer  
      decorator    

  public boolean matches(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.lang.Class<?>, java.security.ProtectionDomain);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;Ljava/security/ProtectionDomain;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // java.lang.Class classBeingRedefined
        start local 5 // java.security.ProtectionDomain protectionDomain
         0: .line 9983
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.rawMatcher:Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            aload 4 /* classBeingRedefined */
            aload 5 /* protectionDomain */
            invokeinterface net.bytebuddy.agent.builder.AgentBuilder$RawMatcher.matches:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;Ljava/security/ProtectionDomain;)Z
            ireturn
        end local 5 // java.security.ProtectionDomain protectionDomain
        end local 4 // java.lang.Class classBeingRedefined
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    1     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple;
            0    1     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2          classLoader  Ljava/lang/ClassLoader;
            0    1     3               module  Lnet/bytebuddy/utility/JavaModule;
            0    1     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    1     5     protectionDomain  Ljava/security/ProtectionDomain;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class<*>;Ljava/security/ProtectionDomain;)Z
    MethodParameters:
                     Name  Flags
      typeDescription      
      classLoader          
      module               
      classBeingRedefined  
      protectionDomain     

  public net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution resolve(net.bytebuddy.description.type.TypeDescription, java.lang.ClassLoader, net.bytebuddy.utility.JavaModule, java.lang.Class<?>, boolean, java.security.ProtectionDomain, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;ZLjava/security/ProtectionDomain;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=8, args_size=8
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.lang.ClassLoader classLoader
        start local 3 // net.bytebuddy.utility.JavaModule module
        start local 4 // java.lang.Class classBeingRedefined
        start local 5 // boolean loaded
        start local 6 // java.security.ProtectionDomain protectionDomain
        start local 7 // net.bytebuddy.pool.TypePool typePool
         0: .line 9996
            aload 0 /* this */
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            aload 4 /* classBeingRedefined */
            aload 6 /* protectionDomain */
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.matches:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class;Ljava/security/ProtectionDomain;)Z
            ifeq 2
         1: .line 9997
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution
            dup
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            aload 6 /* protectionDomain */
            iload 5 /* loaded */
            aload 7 /* typePool */
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.transformer:Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple.decorator:Z
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/security/ProtectionDomain;ZLnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/agent/builder/AgentBuilder$Transformer;Z)V
            goto 3
         2: .line 9998
      StackMap locals:
      StackMap stack:
            new net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved
            dup
            aload 1 /* typeDescription */
            aload 2 /* classLoader */
            aload 3 /* module */
            iload 5 /* loaded */
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved.<init>:(Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Z)V
         3: .line 9996
      StackMap locals:
      StackMap stack: net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
            areturn
        end local 7 // net.bytebuddy.pool.TypePool typePool
        end local 6 // java.security.ProtectionDomain protectionDomain
        end local 5 // boolean loaded
        end local 4 // java.lang.Class classBeingRedefined
        end local 3 // net.bytebuddy.utility.JavaModule module
        end local 2 // java.lang.ClassLoader classLoader
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Simple;
            0    4     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2          classLoader  Ljava/lang/ClassLoader;
            0    4     3               module  Lnet/bytebuddy/utility/JavaModule;
            0    4     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    4     5               loaded  Z
            0    4     6     protectionDomain  Ljava/security/ProtectionDomain;
            0    4     7             typePool  Lnet/bytebuddy/pool/TypePool;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/ClassLoader;Lnet/bytebuddy/utility/JavaModule;Ljava/lang/Class<*>;ZLjava/security/ProtectionDomain;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/agent/builder/AgentBuilder$Default$Transformation$Resolution;
    MethodParameters:
                     Name  Flags
      typeDescription      
      classLoader          
      module               
      classBeingRedefined  
      loaded               
      protectionDomain     
      typePool             
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public Default = net.bytebuddy.agent.builder.AgentBuilder$Default of net.bytebuddy.agent.builder.AgentBuilder
  protected abstract Transformation = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation of net.bytebuddy.agent.builder.AgentBuilder$Default
  public abstract Resolution = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  public Unresolved = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution$Unresolved of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Resolution
  public Simple = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation
  protected Resolution = net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple$Resolution of net.bytebuddy.agent.builder.AgentBuilder$Default$Transformation$Simple
  public abstract RawMatcher = net.bytebuddy.agent.builder.AgentBuilder$RawMatcher of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Transformer = net.bytebuddy.agent.builder.AgentBuilder$Transformer of net.bytebuddy.agent.builder.AgentBuilder
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()