public abstract class net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase<S extends net.bytebuddy.agent.builder.AgentBuilder$Matchable<S>> implements net.bytebuddy.agent.builder.AgentBuilder$Matchable<S>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
         0: .line 781
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;

  public S and(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
         0: .line 787
            aload 0 /* this */
            aload 1 /* typeMatcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase.and:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;
            0    1     1  typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)TS;
    MethodParameters:
             Name  Flags
      typeMatcher  

  public S and(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;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        start local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
         0: .line 794
            aload 0 /* this */
            aload 1 /* typeMatcher */
            aload 2 /* classLoaderMatcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase.and:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
            areturn
        end local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;
            0    1     1         typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    1     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;>;)TS;
    MethodParameters:
                    Name  Flags
      typeMatcher         
      classLoaderMatcher  

  public S and(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;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase 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 803
            aload 0 /* this */
            new net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers
            dup
            aload 1 /* typeMatcher */
            aload 2 /* classLoaderMatcher */
            aload 3 /* moduleMatcher */
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase.and:(Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
            areturn
        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$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;
            0    1     1         typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    1     2  classLoaderMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;
            0    1     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;>;)TS;
    MethodParameters:
                    Name  Flags
      typeMatcher         
      classLoaderMatcher  
      moduleMatcher       

  public S or(net.bytebuddy.matcher.ElementMatcher<? super net.bytebuddy.description.type.TypeDescription>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
         0: .line 810
            aload 0 /* this */
            aload 1 /* typeMatcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase.or:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;
            0    1     1  typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
    Signature: (Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;)TS;
    MethodParameters:
             Name  Flags
      typeMatcher  

  public S or(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;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        start local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
         0: .line 817
            aload 0 /* this */
            aload 1 /* typeMatcher */
            aload 2 /* classLoaderMatcher */
            invokestatic net.bytebuddy.matcher.ElementMatchers.any:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase.or:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
            areturn
        end local 2 // net.bytebuddy.matcher.ElementMatcher classLoaderMatcher
        end local 1 // net.bytebuddy.matcher.ElementMatcher typeMatcher
        end local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;
            0    1     1         typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    1     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;>;)TS;
    MethodParameters:
                    Name  Flags
      typeMatcher         
      classLoaderMatcher  

  public S or(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;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=4
        start local 0 // net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase 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 826
            aload 0 /* this */
            new net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers
            dup
            aload 1 /* typeMatcher */
            aload 2 /* classLoaderMatcher */
            aload 3 /* moduleMatcher */
            invokespecial net.bytebuddy.agent.builder.AgentBuilder$RawMatcher$ForElementMatchers.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
            invokevirtual net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase.or:(Lnet/bytebuddy/agent/builder/AgentBuilder$RawMatcher;)Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable;
            areturn
        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$Matchable$AbstractBase this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable$AbstractBase<TS;>;
            0    1     1         typeMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Lnet/bytebuddy/description/type/TypeDescription;>;
            0    1     2  classLoaderMatcher  Lnet/bytebuddy/matcher/ElementMatcher<-Ljava/lang/ClassLoader;>;
            0    1     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;>;)TS;
    MethodParameters:
                    Name  Flags
      typeMatcher         
      classLoaderMatcher  
      moduleMatcher       
}
Signature: <S::Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable<TS;>;>Ljava/lang/Object;Lnet/bytebuddy/agent/builder/AgentBuilder$Matchable<TS;>;
SourceFile: "AgentBuilder.java"
NestHost: net.bytebuddy.agent.builder.AgentBuilder
InnerClasses:
  public abstract Matchable = net.bytebuddy.agent.builder.AgentBuilder$Matchable of net.bytebuddy.agent.builder.AgentBuilder
  public abstract AbstractBase = net.bytebuddy.agent.builder.AgentBuilder$Matchable$AbstractBase of net.bytebuddy.agent.builder.AgentBuilder$Matchable
  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 Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher