public class net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Inversion 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$Inversion
  super_class: java.lang.Object
{
  private final net.bytebuddy.agent.builder.AgentBuilder$RawMatcher matcher;
    descriptor: Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.agent.builder.AgentBuilder$RawMatcher);
    descriptor: (Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Inversion this
        start local 1 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher matcher
         0: .line 1204
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1205
            aload 0 /* this */
            aload 1 /* matcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Inversion.matcher:Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
         2: .line 1206
            return
        end local 1 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher matcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Inversion this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$Inversion;
            0    3     1  matcher  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;
    MethodParameters:
         Name  Flags
      matcher  

  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$Inversion 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 1216
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Inversion.matcher: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 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: 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$Inversion this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    3     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$Inversion;
            0    3     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    3     2          classLoader  Ljava/lang/ClassLoader;
            0    3     3               module  Lnet/bytebuddy/utility/JavaModule;
            0    3     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    3     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 Inversion = net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$Inversion 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()