public class net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers 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$ForElementMatchers
  super_class: java.lang.Object
{
  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription> typeMatcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;

  private final net.bytebuddy.matcher.ElementMatcher<? super java.lang.ClassLoader> classLoaderMatcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;

  private final net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.utility.JavaModule> moduleMatcher;
    descriptor: Lnet/bytebuddy/matcher/ElementMatcher;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/utility/JavaModule;>;

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
         0: .line 1251
            aload 0 /* this */
            aload 1 /* typeMatcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
         1: .line 1252
            return
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$ForElementMatchers;
            0    2     1  typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)V
    MethodParameters:
             Name  Flags
      typeMatcher  

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>, net.bytebuddy.matcher.ElementMatcher<? super java.lang.ClassLoader>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        start local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
         0: .line 1264
            aload 0 /* this */
            aload 1 /* typeMatcher */
            aload 2 /* classLoaderMatcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
         1: .line 1265
            return
        end local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    2     0                this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$ForElementMatchers;
            0    2     1         typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    2     2  classLoaderMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;)V
    MethodParameters:
                    Name  Flags
      typeMatcher         
      classLoaderMatcher  

  public void <init>(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>, net.bytebuddy.matcher.ElementMatcher<? super java.lang.ClassLoader>, net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.utility.JavaModule>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        start local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
        start local 3 // net.bytebuddy.matcher.ElementMatcher moduleMatcher
         0: .line 1276
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1279
            aload 0 /* this */
            aload 1 /* typeMatcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.typeMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         2: .line 1280
            aload 0 /* this */
            aload 2 /* classLoaderMatcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.classLoaderMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         3: .line 1281
            aload 0 /* this */
            aload 3 /* moduleMatcher */
            putfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.moduleMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
         4: .line 1282
            return
        end local 3 // net.bytebuddy.matcher.ElementMatcher moduleMatcher
        end local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    5     0                this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$ForElementMatchers;
            0    5     1         typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    5     2  classLoaderMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;
            0    5     3       moduleMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/utility/JavaModule;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/utility/JavaModule;>;)V
    MethodParameters:
                    Name  Flags
      typeMatcher         
      classLoaderMatcher  
      moduleMatcher       

  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=2, locals=6, args_size=6
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers 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 1292
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.moduleMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 3 /* module */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.classLoaderMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 2 /* classLoader */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 1
            aload 0 /* this */
            getfield net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.typeMatcher:Lnet/bytebuddy/matcher/ElementMatcher;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.matcher.ElementMatcher.matches:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: 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$ForElementMatchers this
      LocalVariableTable:
        Start  End  Slot                 Name  Signature
            0    2     0                 this  Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher$ForElementMatchers;
            0    2     1      typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    2     2          classLoader  Ljava/lang/ClassLoader;
            0    2     3               module  Lnet/bytebuddy/utility/JavaModule;
            0    2     4  classBeingRedefined  Ljava/lang/Class<*>;
            0    2     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 ForElementMatchers = net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers of net.bytebuddy.agent.builder.AgentBuilder$RawMatcher
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()