class net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler$2 extends net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler
  minor version: 0
  major version: 59
  flags: flags: (0x4020) ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler$2
  super_class: net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler
{
  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.SuperMethodCall$Appender$TerminationHandler$2 this
         0: .line 159
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler$2;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  protected net.bytebuddy.implementation.bytecode.StackManipulation of(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler$2 this
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
         0: .line 162
            aload 1 /* methodDescription */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getReturnType:()Lnet/bytebuddy/description/type/TypeDescription$Generic;
            invokestatic net.bytebuddy.implementation.bytecode.Removal.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler$2 this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler$2;
            0    1     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                   Name  Flags
      methodDescription  
}
SourceFile: "SuperMethodCall.java"
EnclosingMethod: net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler
NestHost: net.bytebuddy.implementation.SuperMethodCall
InnerClasses:
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  protected Appender = net.bytebuddy.implementation.SuperMethodCall$Appender of net.bytebuddy.implementation.SuperMethodCall
  protected abstract TerminationHandler = net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler of net.bytebuddy.implementation.SuperMethodCall$Appender
  net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler$2