public class net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor implements net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription throwableType;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  public void <init>(net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor this
        start local 1 // net.bytebuddy.description.type.TypeDescription throwableType
         0: .line 171
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 172
            aload 0 /* this */
            aload 1 /* throwableType */
            putfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor.throwableType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 173
            aload 0 /* this */
            aload 1 /* throwableType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
         3: .line 174
            invokestatic net.bytebuddy.matcher.ElementMatchers.isConstructor:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iconst_0
            invokestatic net.bytebuddy.matcher.ElementMatchers.takesArguments:(I)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.matcher.ElementMatcher$Junction.and:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            invokeinterface net.bytebuddy.description.method.MethodList.filter:(Lnet/bytebuddy/matcher/ElementMatcher;)Lnet/bytebuddy/matcher/FilterableList;
            checkcast net.bytebuddy.description.method.MethodList
            invokeinterface net.bytebuddy.description.method.MethodList.getOnly:()Ljava/lang/Object;
            checkcast net.bytebuddy.description.method.MethodDescription
         4: .line 173
            putfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor.targetConstructor:Lnet/bytebuddy/description/method/MethodDescription;
         5: .line 175
            return
        end local 1 // net.bytebuddy.description.type.TypeDescription throwableType
        end local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate$ForDefaultConstructor;
            0    6     1  throwableType  Lnet/bytebuddy/description/type/TypeDescription;
    MethodParameters:
               Name  Flags
      throwableType  

  public net.bytebuddy.implementation.bytecode.StackManipulation make();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor this
         0: .line 181
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_3
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 182
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor.throwableType:Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.TypeCreation.of:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         2: .line 183
            getstatic net.bytebuddy.implementation.bytecode.Duplication.SINGLE:Lnet/bytebuddy/implementation/bytecode/Duplication;
            aastore
            dup
            iconst_2
         3: .line 184
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor.targetConstructor:Lnet/bytebuddy/description/method/MethodDescription;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
         4: .line 181
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate$ForDefaultConstructor;
}
SourceFile: "ExceptionMethod.java"
NestHost: net.bytebuddy.implementation.ExceptionMethod
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public abstract InDefinedShape = net.bytebuddy.description.method.MethodDescription$InDefinedShape of net.bytebuddy.description.method.MethodDescription
  public abstract ConstructionDelegate = net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate of net.bytebuddy.implementation.ExceptionMethod
  public ForDefaultConstructor = net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForDefaultConstructor of net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation
  public abstract Junction = net.bytebuddy.matcher.ElementMatcher$Junction of net.bytebuddy.matcher.ElementMatcher
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()