public class net.bytebuddy.implementation.SuperMethodCall$Appender implements net.bytebuddy.implementation.bytecode.ByteCodeAppender
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.SuperMethodCall$Appender
  super_class: java.lang.Object
{
  private final net.bytebuddy.implementation.Implementation$Target implementationTarget;
    descriptor: Lnet/bytebuddy/implementation/Implementation$Target;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler terminationHandler;
    descriptor: Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.implementation.Implementation$Target, net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler);
    descriptor: (Lnet/bytebuddy/implementation/Implementation$Target;Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender this
        start local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        start local 2 // net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler terminationHandler
         0: .line 120
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 121
            aload 0 /* this */
            aload 1 /* implementationTarget */
            putfield net.bytebuddy.implementation.SuperMethodCall$Appender.implementationTarget:Lnet/bytebuddy/implementation/Implementation$Target;
         2: .line 122
            aload 0 /* this */
            aload 2 /* terminationHandler */
            putfield net.bytebuddy.implementation.SuperMethodCall$Appender.terminationHandler:Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler;
         3: .line 123
            return
        end local 2 // net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler terminationHandler
        end local 1 // net.bytebuddy.implementation.Implementation$Target implementationTarget
        end local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0    4     0                  this  Lnet/bytebuddy/implementation/SuperMethodCall$Appender;
            0    4     1  implementationTarget  Lnet/bytebuddy/implementation/Implementation$Target;
            0    4     2    terminationHandler  Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler;
    MethodParameters:
                      Name  Flags
      implementationTarget  
      terminationHandler    

  public net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/ByteCodeAppender$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=6, args_size=4
        start local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 129
            aload 0 /* this */
            getfield net.bytebuddy.implementation.SuperMethodCall$Appender.implementationTarget:Lnet/bytebuddy/implementation/Implementation$Target;
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.asSignatureToken:()Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;
            invokeinterface net.bytebuddy.implementation.Implementation$Target.invokeDominant:(Lnet/bytebuddy/description/method/MethodDescription$SignatureToken;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
            astore 4 /* superMethodCall */
        start local 4 // net.bytebuddy.implementation.bytecode.StackManipulation superMethodCall
         1: .line 130
            aload 4 /* superMethodCall */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifne 3
         2: .line 131
            new java.lang.IllegalStateException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Cannot call super (or default) method for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 3 /* 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
         3: .line 133
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_3
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
         4: .line 134
            aload 3 /* instrumentedMethod */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodVariableAccess.allArgumentsOf:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodVariableAccess$MethodLoading;
            invokevirtual net.bytebuddy.implementation.bytecode.member.MethodVariableAccess$MethodLoading.prependThisReference:()Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aastore
            dup
            iconst_1
         5: .line 135
            aload 4 /* superMethodCall */
            aastore
            dup
            iconst_2
         6: .line 136
            aload 0 /* this */
            getfield net.bytebuddy.implementation.SuperMethodCall$Appender.terminationHandler:Lnet/bytebuddy/implementation/SuperMethodCall$Appender$TerminationHandler;
            aload 3 /* instrumentedMethod */
            invokevirtual net.bytebuddy.implementation.SuperMethodCall$Appender$TerminationHandler.of:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         7: .line 133
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
         8: .line 137
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Compound.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
         9: .line 133
            astore 5 /* stackSize */
        start local 5 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        10: .line 138
            new net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size
            dup
            aload 5 /* stackSize */
            invokevirtual net.bytebuddy.implementation.bytecode.StackManipulation$Size.getMaximalSize:()I
            aload 3 /* instrumentedMethod */
            invokeinterface net.bytebuddy.description.method.MethodDescription.getStackSize:()I
            invokespecial net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size.<init>:(II)V
            areturn
        end local 5 // net.bytebuddy.implementation.bytecode.StackManipulation$Size stackSize
        end local 4 // net.bytebuddy.implementation.bytecode.StackManipulation superMethodCall
        end local 3 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.SuperMethodCall$Appender this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0   11     0                   this  Lnet/bytebuddy/implementation/SuperMethodCall$Appender;
            0   11     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0   11     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0   11     3     instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            1   11     4        superMethodCall  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
           10   11     5              stackSize  Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
      instrumentedMethod     
}
SourceFile: "SuperMethodCall.java"
NestHost: net.bytebuddy.implementation.SuperMethodCall
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  public SignatureToken = net.bytebuddy.description.method.MethodDescription$SignatureToken of net.bytebuddy.description.method.MethodDescription
  public abstract Context = net.bytebuddy.implementation.Implementation$Context of net.bytebuddy.implementation.Implementation
  public abstract SpecialMethodInvocation = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of net.bytebuddy.implementation.Implementation
  public abstract Target = net.bytebuddy.implementation.Implementation$Target of net.bytebuddy.implementation.Implementation
  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
  public Size = net.bytebuddy.implementation.bytecode.ByteCodeAppender$Size of net.bytebuddy.implementation.bytecode.ByteCodeAppender
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  public MethodLoading = net.bytebuddy.implementation.bytecode.member.MethodVariableAccess$MethodLoading of net.bytebuddy.implementation.bytecode.member.MethodVariableAccess
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()