public interface net.bytebuddy.description.method.ParameterDescription$InGenericShape extends net.bytebuddy.description.method.ParameterDescription
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: net.bytebuddy.description.method.ParameterDescription$InGenericShape
  super_class: java.lang.Object
{
  public abstract net.bytebuddy.description.method.MethodDescription$InGenericShape getDeclaringMethod();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription$InGenericShape;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  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
            invokeinterface net.bytebuddy.description.method.ParameterDescription$InGenericShape.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 InGenericShape = net.bytebuddy.description.method.MethodDescription$InGenericShape of net.bytebuddy.description.method.MethodDescription
  public abstract InGenericShape = net.bytebuddy.description.method.ParameterDescription$InGenericShape of net.bytebuddy.description.method.ParameterDescription