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

  private final net.bytebuddy.description.method.ParameterDescription parameterDescription;
    descriptor: Lnet/bytebuddy/description/method/ParameterDescription;
    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.method.MethodDescription$InGenericShape, net.bytebuddy.description.method.ParameterDescription, net.bytebuddy.description.type.TypeDescription$Generic$Visitor<? extends net.bytebuddy.description.type.TypeDescription$Generic>);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;Lnet/bytebuddy/description/method/ParameterDescription;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.ParameterDescription$TypeSubstituting this
        start local 1 // net.bytebuddy.description.method.MethodDescription$InGenericShape declaringMethod
        start local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        start local 3 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
         0: .line 1045
            aload 0 /* this */
            invokespecial net.bytebuddy.description.method.ParameterDescription$AbstractBase.<init>:()V
         1: .line 1048
            aload 0 /* this */
            aload 1 /* declaringMethod */
            putfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;
         2: .line 1049
            aload 0 /* this */
            aload 2 /* parameterDescription */
            putfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
         3: .line 1050
            aload 0 /* this */
            aload 3 /* visitor */
            putfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.visitor:Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor;
         4: .line 1051
            return
        end local 3 // net.bytebuddy.description.type.TypeDescription$Generic$Visitor visitor
        end local 2 // net.bytebuddy.description.method.ParameterDescription parameterDescription
        end local 1 // net.bytebuddy.description.method.MethodDescription$InGenericShape declaringMethod
        end local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    5     0                  this  Lnet/bytebuddy/description/method/ParameterDescription$TypeSubstituting;
            0    5     1       declaringMethod  Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;
            0    5     2  parameterDescription  Lnet/bytebuddy/description/method/ParameterDescription;
            0    5     3               visitor  Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;
    Signature: (Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;Lnet/bytebuddy/description/method/ParameterDescription;Lnet/bytebuddy/description/type/TypeDescription$Generic$Visitor<+Lnet/bytebuddy/description/type/TypeDescription$Generic;>;)V
    MethodParameters:
                      Name  Flags
      declaringMethod       
      parameterDescription  
      visitor               

  public net.bytebuddy.description.type.TypeDescription$Generic getType();
    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.ParameterDescription$TypeSubstituting this
         0: .line 1057
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$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.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$TypeSubstituting;

  public net.bytebuddy.description.method.MethodDescription$InGenericShape getDeclaringMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
         0: .line 1064
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.declaringMethod:Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$TypeSubstituting;

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

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

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

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

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
         0: .line 1099
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getName:()Ljava/lang/String;
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$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.ParameterDescription$TypeSubstituting this
         0: .line 1106
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getModifiers:()I
            ireturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$TypeSubstituting;

  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.ParameterDescription$TypeSubstituting this
         0: .line 1113
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.getDeclaredAnnotations:()Lnet/bytebuddy/description/annotation/AnnotationList;
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$TypeSubstituting;

  public net.bytebuddy.description.method.ParameterDescription$InDefinedShape asDefined();
    descriptor: ()Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
         0: .line 1120
            aload 0 /* this */
            getfield net.bytebuddy.description.method.ParameterDescription$TypeSubstituting.parameterDescription:Lnet/bytebuddy/description/method/ParameterDescription;
            invokeinterface net.bytebuddy.description.method.ParameterDescription.asDefined:()Lnet/bytebuddy/description/ByteCodeElement$TypeDependant;
            checkcast net.bytebuddy.description.method.ParameterDescription$InDefinedShape
            areturn
        end local 0 // net.bytebuddy.description.method.ParameterDescription$TypeSubstituting this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/description/method/ParameterDescription$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.ParameterDescription$TypeSubstituting.asDefined:()Lnet/bytebuddy/description/method/ParameterDescription$InDefinedShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public net.bytebuddy.description.method.MethodDescription getDeclaringMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription;
    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.ParameterDescription$TypeSubstituting.getDeclaringMethod:()Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ParameterDescription.java"
NestHost: net.bytebuddy.description.method.ParameterDescription
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 InGenericShape = net.bytebuddy.description.method.MethodDescription$InGenericShape of net.bytebuddy.description.method.MethodDescription
  public abstract AbstractBase = net.bytebuddy.description.method.ParameterDescription$AbstractBase of net.bytebuddy.description.method.ParameterDescription
  public abstract InDefinedShape = net.bytebuddy.description.method.ParameterDescription$InDefinedShape of net.bytebuddy.description.method.ParameterDescription
  public abstract InGenericShape = net.bytebuddy.description.method.ParameterDescription$InGenericShape of net.bytebuddy.description.method.ParameterDescription
  public TypeSubstituting = net.bytebuddy.description.method.ParameterDescription$TypeSubstituting of net.bytebuddy.description.method.ParameterDescription
  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