public abstract class net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase<V> implements net.bytebuddy.matcher.ElementMatcher$Junction<V>
  minor version: 0
  major version: 59
  flags: flags: (0x0421) ACC_PUBLIC, ACC_SUPER, ACC_ABSTRACT
  this_class: net.bytebuddy.matcher.ElementMatcher$Junction$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.matcher.ElementMatcher$Junction$AbstractBase this
         0: .line 76
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TV;>;

  public <U extends V> net.bytebuddy.matcher.ElementMatcher$Junction<U> and(net.bytebuddy.matcher.ElementMatcher<? super U>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher other
         0: .line 82
            new net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction
            dup
            aload 0 /* this */
            aload 1 /* other */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher other
        end local 0 // net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TV;>;
            0    1     1  other  Lnet/bytebuddy/matcher/ElementMatcher<-TU;>;
    Signature: <U:TV;>(Lnet/bytebuddy/matcher/ElementMatcher<-TU;>;)Lnet/bytebuddy/matcher/ElementMatcher$Junction<TU;>;
    MethodParameters:
       Name  Flags
      other  

  public <U extends V> net.bytebuddy.matcher.ElementMatcher$Junction<U> or(net.bytebuddy.matcher.ElementMatcher<? super U>);
    descriptor: (Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase this
        start local 1 // net.bytebuddy.matcher.ElementMatcher other
         0: .line 89
            new net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction
            dup
            aload 0 /* this */
            aload 1 /* other */
            invokespecial net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.<init>:(Lnet/bytebuddy/matcher/ElementMatcher;Lnet/bytebuddy/matcher/ElementMatcher;)V
            areturn
        end local 1 // net.bytebuddy.matcher.ElementMatcher other
        end local 0 // net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/matcher/ElementMatcher$Junction$AbstractBase<TV;>;
            0    1     1  other  Lnet/bytebuddy/matcher/ElementMatcher<-TU;>;
    Signature: <U:TV;>(Lnet/bytebuddy/matcher/ElementMatcher<-TU;>;)Lnet/bytebuddy/matcher/ElementMatcher$Junction<TU;>;
    MethodParameters:
       Name  Flags
      other  
}
Signature: <V:Ljava/lang/Object;>Ljava/lang/Object;Lnet/bytebuddy/matcher/ElementMatcher$Junction<TV;>;
SourceFile: "ElementMatcher.java"
NestHost: net.bytebuddy.matcher.ElementMatcher
InnerClasses:
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
  public abstract AbstractBase = net.bytebuddy.matcher.ElementMatcher$Junction$AbstractBase of net.bytebuddy.matcher.ElementMatcher$Junction
  public Conjunction = net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction of net.bytebuddy.matcher.ElementMatcher$Junction
  public Disjunction = net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction of net.bytebuddy.matcher.ElementMatcher$Junction