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

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

  protected void <init>(net.bytebuddy.agent.builder.AgentBuilder$RawMatcher, net.bytebuddy.agent.builder.AgentBuilder$RawMatcher);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher left
        start local 2 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher right
         0: .line 1130
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1131
            aload 0 /* this */
            aload 1 /* left */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction.left:Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
         2: .line 1132
            aload 0 /* this */
            aload 2 /* right */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction.right:Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
         3: .line 1133
            return
        end local 2 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher right
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher left
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$Conjunction;
            0    4     1   left  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
            0    4     2  right  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
    MethodParameters:
       Name  Flags
      left   
      right  

  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$RawMatcher$Conjunction 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 1143
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction.left: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
            ifeq 3
         1: .line 1144
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction.right: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
            ifeq 3
         2: .line 1143
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_0
            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$RawMatcher$Conjunction this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    4     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$Conjunction;
            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     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     
}
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract RawMatcher = net.bytebuddy.agent.builder.AgentBuilder$RawMatcher of net.bytebuddy.agent.builder.AgentBuilder
  public Conjunction = net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Conjunction of net.bytebuddy.agent.builder.AgentBuilder$RawMatcher
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()