public class net.bytebuddy.description.method.MethodDescription$TypeSubstituting extends net.bytebuddy.description.method.MethodDescription$AbstractBase implements net.bytebuddy.description.method.MethodDescription$InGenericShape
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.description.method.MethodDescription$TypeSubstituting
  super_class: net.bytebuddy.description.method.MethodDescription$AbstractBase
{
  private final net.bytebuddy.description.type.TypeDescription$Generic declaringType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.method.MethodDescription methodDescription;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.type.TypeDescription$Generic$Visitor<? extends net.bytebuddy.description.type.TypeDescription$Generic> visitor;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;

  public void <init>(net.bytebuddy.description.type.TypeDescription$Generic, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription$Generic$Visitor<? extends net.bytebuddy.description.type.TypeDescription$Generic>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic declaringType
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
         0: .line 1588
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.MethodDescription$AbstractBase.<init>:()V
         1: .line 1591
            aload 0 /* this */
            aload 1 /* declaringType */
            putfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.declaringType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
         2: .line 1592
            aload 0 /* this */
            aload 2 /* methodDescription */
            putfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         3: .line 1593
            aload 0 /* this */
            aload 3 /* visitor */
            putfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
         4: .line 1594
            return
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic declaringType
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;
            0    5     1      declaringType  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            0    5     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     3            visitor  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;)V
    MethodParameters:
                   Name  Flags
      declaringType      
      methodDescription  
      visitor            

  public net.bytebuddy.description.type.TypeDescription$Generic getReturnType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1600
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public net.bytebuddy.description.type.TypeList$Generic getTypeVariables();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1607
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getTypeVariables:()Lnet/bytebuddy/description/type/TypeList$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Lnet/bytebuddy/description/type/TypeList$Generic;
            getstatic net.bytebuddy.description.type.TypeDefinition$Sort.VARIABLE:Lnet/bytebuddy/description/type/TypeDefinition$Sort;
            invokestatic net.bytebuddy.matcher.ElementMatchers.ofSort:(Lnet/bytebuddy/description/type/TypeDefinition$Sort;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.type.TypeList$Generic
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public net.bytebuddy.description.method.ParameterList<net.bytebuddy.description.method.ParameterDescription$InGenericShape> getParameters();
    descriptor: ()Lnet/bytebuddy/description/method/ParameterList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1614
            new net.bytebuddy.description.method.ParameterList$TypeSubstituting
            dup
            aload 0 /* this */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getParameters:()Lnet/bytebuddy/description/method/ParameterList;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokespecial net.bytebuddy.description.method.ParameterList$TypeSubstituting.<init>:(Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;
    Signature: ()Lnet/bytebuddy/description/method/ParameterList<Lnet/bytebuddy/description/method/ParameterDescription$InGenericShape;>;

  public net.bytebuddy.description.type.TypeList$Generic getExceptionTypes();
    descriptor: ()Lnet/bytebuddy/description/type/TypeList$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1621
            new net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes
            dup
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getExceptionTypes:()Lnet/bytebuddy/description/type/TypeList$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokespecial net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes.<init>:(Ljava/util/List;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)V
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public net.bytebuddy.description.annotation.AnnotationValue<?, ?> getDefaultValue();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationValue;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1628
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDefaultValue:()Lnet/bytebuddy/description/annotation/AnnotationValue;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;
    Signature: ()Lnet/bytebuddy/description/annotation/AnnotationValue<**>;

  public net.bytebuddy.description.type.TypeDescription$Generic getReceiverType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1635
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReceiverType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            astore 1 /* receiverType */
        start local 1 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
         1: .line 1636
            aload 1 /* receiverType */
            ifnonnull 3
         2: .line 1637
            getstatic net.bytebuddy.description.type.TypeDescription$Generic.UNDEFINED:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 4
         3: .line 1638
      StackMap locals: net.bytebuddy.description.type.TypeDescription$Generic
      StackMap stack:
            aload 1 /* receiverType */
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.accept:(Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDescription$Generic
         4: .line 1636
      StackMap locals:
      StackMap stack: net.bytebuddy.description.type.TypeDescription$Generic
            areturn
        end local 1 // net.bytebuddy.description.type.TypeDescription$Generic receiverType
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;
            1    5     1  receiverType  Lnet/bytebuddy/description/type/TypeDescription$Generic;

  public net.bytebuddy.description.annotation.AnnotationList getDeclaredAnnotations();
    descriptor: ()Lnet/bytebuddy/description/annotation/AnnotationList;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1645
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public net.bytebuddy.description.type.TypeDescription$Generic getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription$Generic;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1652
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.declaringType:Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public int getModifiers();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1659
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getModifiers:()I
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public java.lang.String getInternalName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1666
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.getInternalName:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public net.bytebuddy.description.method.MethodDescription$InDefinedShape asDefined();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1673
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.method.MethodDescription$InDefinedShape
            areturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public boolean isConstructor();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1680
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isConstructor:()Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public boolean isMethod();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1687
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isMethod:()Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public boolean isTypeInitializer();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
         0: .line 1694
            aload 0 /* this */
            getfield net.bytebuddy.description.method.MethodDescription$TypeSubstituting.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            invokeinterface net.bytebuddy.description.method.MethodDescription.isTypeInitializer:()Z
            ireturn
        end local 0 // net.bytebuddy.description.method.MethodDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/MethodDescription$TypeSubstituting;

  public net.bytebuddy.description.ByteCodeElement$TypeDependant asDefined();
    descriptor: ()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.method.MethodDescription$TypeSubstituting.asDefined:()Lnet/bytebuddy/description/method/MethodDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.description.type.TypeDefinition getDeclaringType();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDefinition;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual net.bytebuddy.description.method.MethodDescription$TypeSubstituting.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "MethodDescription.java"
NestHost: net.bytebuddy.description.method.MethodDescription
InnerClasses:
  public abstract Token = net.bytebuddy.description.ByteCodeElement$Token of net.bytebuddy.description.ByteCodeElement
  public abstract TypeDependant = net.bytebuddy.description.ByteCodeElement$TypeDependant of net.bytebuddy.description.ByteCodeElement
  public abstract AbstractBase = net.bytebuddy.description.method.MethodDescription$AbstractBase of net.bytebuddy.description.method.MethodDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract InGenericShape = net.bytebuddy.description.method.MethodDescription$InGenericShape of net.bytebuddy.description.method.MethodDescription
  public TypeSubstituting = net.bytebuddy.description.method.MethodDescription$TypeSubstituting of net.bytebuddy.description.method.MethodDescription
  public abstract InGenericShape = net.bytebuddy.description.method.ParameterDescription$InGenericShape of net.bytebuddy.description.method.ParameterDescription
  public TypeSubstituting = net.bytebuddy.description.method.ParameterList$TypeSubstituting of net.bytebuddy.description.method.ParameterList
  public final Sort = net.bytebuddy.description.type.TypeDefinition$Sort of net.bytebuddy.description.type.TypeDefinition
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Visitor = net.bytebuddy.description.type.TypeDescription$Generic$Visitor of net.bytebuddy.description.type.TypeDescription$Generic
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public ForDetachedTypes = net.bytebuddy.description.type.TypeList$Generic$ForDetachedTypes of net.bytebuddy.description.type.TypeList$Generic
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher