public class net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor 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$ForStringConstructor
  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

  private final java.lang.String message;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(net.bytebuddy.description.type.TypeDescription, java.lang.String);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor this
        start local 1 // net.bytebuddy.description.type.TypeDescription throwableType
        start local 2 // java.lang.String message
         0: .line 215
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 216
            aload 0 /* this */
            aload 1 /* throwableType */
            putfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.throwableType:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 217
            aload 0 /* this */
            aload 1 /* throwableType */
            invokeinterface net.bytebuddy.description.type.TypeDescription.getDeclaredMethods:()Lnet/bytebuddy/description/method/MethodList;
         3: .line 218
            invokestatic net.bytebuddy.matcher.ElementMatchers.isConstructor:()Lnet/bytebuddy/matcher/ElementMatcher$Junction;
            iconst_1
            anewarray java.lang.Class
            dup
            iconst_0
            ldc Ljava/lang/String;
            aastore
            invokestatic net.bytebuddy.matcher.ElementMatchers.takesArguments:([Ljava/lang/Class;)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 217
            putfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.targetConstructor:Lnet/bytebuddy/description/method/MethodDescription;
         5: .line 219
            aload 0 /* this */
            aload 2 /* message */
            putfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.message:Ljava/lang/String;
         6: .line 220
            return
        end local 2 // java.lang.String message
        end local 1 // net.bytebuddy.description.type.TypeDescription throwableType
        end local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate$ForStringConstructor;
            0    7     1  throwableType  Lnet/bytebuddy/description/type/TypeDescription;
            0    7     2        message  Ljava/lang/String;
    MethodParameters:
               Name  Flags
      throwableType  
      message        

  public net.bytebuddy.implementation.bytecode.StackManipulation make();
    descriptor: ()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor this
         0: .line 226
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_4
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         1: .line 227
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.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 228
            getstatic net.bytebuddy.implementation.bytecode.Duplication.SINGLE:Lnet/bytebuddy/implementation/bytecode/Duplication;
            aastore
            dup
            iconst_2
         3: .line 229
            new net.bytebuddy.implementation.bytecode.constant.TextConstant
            dup
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.message:Ljava/lang/String;
            invokespecial net.bytebuddy.implementation.bytecode.constant.TextConstant.<init>:(Ljava/lang/String;)V
            aastore
            dup
            iconst_3
         4: .line 230
            aload 0 /* this */
            getfield net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor.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;
         5: .line 226
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 0 // net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lnet/bytebuddy/implementation/ExceptionMethod$ConstructionDelegate$ForStringConstructor;
}
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 ForStringConstructor = net.bytebuddy.implementation.ExceptionMethod$ConstructionDelegate$ForStringConstructor 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()