class net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1 extends net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1
  super_class: net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple
{
  void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1 this
         0: .line 2989
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/MethodCall$TerminationHandler$Simple$1;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.implementation.bytecode.StackManipulation toStackManipulation(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.implementation.bytecode.assign.Assigner, net.bytebuddy.implementation.bytecode.assign.Assigner$Typing);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/implementation/bytecode/assign/Assigner;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1 this
        start local 1 // net.bytebuddy.description.method.MethodDescription invokedMethod
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        start local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
         0: .line 2994
            aload 3 /* assigner */
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.isConstructor:()Z
            ifeq 2
         1: .line 2995
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getDeclaringType:()Lnet/bytebuddy/description/type/TypeDefinition;
            invokeinterface net.bytebuddy.description.type.TypeDefinition.asGenericType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            goto 3
         2: .line 2996
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.bytecode.assign.Assigner
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
      StackMap locals: net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1 net.bytebuddy.description.method.MethodDescription net.bytebuddy.description.method.MethodDescription net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.implementation.bytecode.assign.Assigner$Typing
      StackMap stack: net.bytebuddy.implementation.bytecode.assign.Assigner net.bytebuddy.description.type.TypeDescription$Generic
         3: aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            aload 4 /* typing */
         4: .line 2994
            invokeinterface net.bytebuddy.implementation.bytecode.assign.Assigner.assign:(Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 5 /* stackManipulation */
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         5: .line 2997
            aload 5 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 7
         6: .line 2998
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot return "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* invokedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc " from "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 2 /* instrumentedMethod */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 3000
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 5 /* stackManipulation */
            aastore
            dup
            iconst_1
            aload 2 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodReturn.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 4 // net.bytebuddy.implementation.bytecode.assign.Assigner$Typing typing
        end local 3 // net.bytebuddy.implementation.bytecode.assign.Assigner assigner
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.method.MethodDescription invokedMethod
        end local 0 // net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1 this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    8     0                this  Lnet/bytebuddy/implementation/MethodCall$TerminationHandler$Simple$1;
            0    8     1       invokedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    8     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    8     3            assigner  Lnet/bytebuddy/implementation/bytecode/assign/Assigner;
            0    8     4              typing  Lnet/bytebuddy/implementation/bytecode/assign/Assigner$Typing;
            5    8     5   stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                    Name  Flags
      invokedMethod       
      instrumentedMethod  
      assigner            
      typing              
}
SourceFile: "MethodCall.java"
EnclosingMethod: net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple
NestHost: net.bytebuddy.implementation.MethodCall
InnerClasses:
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected abstract TerminationHandler = net.bytebuddy.implementation.MethodCall$TerminationHandler of net.bytebuddy.implementation.MethodCall
  public abstract Simple = net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple of net.bytebuddy.implementation.MethodCall$TerminationHandler
  net.bytebuddy.implementation.MethodCall$TerminationHandler$Simple$1
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public final Typing = net.bytebuddy.implementation.bytecode.assign.Assigner$Typing of net.bytebuddy.implementation.bytecode.assign.Assigner