public class net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple extends net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple
  super_class: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase
{
  private final net.bytebuddy.description.method.MethodDescription methodDescription;
    descriptor: Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation;
    descriptor: Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  protected void <init>(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription, net.bytebuddy.implementation.bytecode.StackManipulation);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
        start local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 3 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         0: .line 223
            aload 0 /* this */
            invokespecial net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase.<init>:()V
         1: .line 224
            aload 0 /* this */
            aload 1 /* methodDescription */
            putfield net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
         2: .line 225
            aload 0 /* this */
            aload 2 /* typeDescription */
            putfield net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         3: .line 226
            aload 0 /* this */
            aload 3 /* stackManipulation */
            putfield net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
         4: .line 227
            return
        end local 3 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 2 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 1 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0               this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$Simple;
            0    5     1  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     2    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    5     3  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                   Name  Flags
      methodDescription  
      typeDescription    
      stackManipulation  

  public static net.bytebuddy.implementation.Implementation$SpecialMethodInvocation of(net.bytebuddy.description.method.MethodDescription, net.bytebuddy.description.type.TypeDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
         0: .line 239
            aload 0 /* methodDescription */
            invokestatic net.bytebuddy.implementation.bytecode.member.MethodInvocation.invoke:(Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/member/MethodInvocation$WithImplicitInvocationTargetType;
            aload 1 /* typeDescription */
            invokeinterface net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType.special:(Lnet/bytebuddy/description/type/TypeDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            astore 2 /* stackManipulation */
        start local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
         1: .line 240
            aload 2 /* stackManipulation */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.isValid:()Z
            ifeq 3
         2: .line 241
            new net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple
            dup
            aload 0 /* methodDescription */
            aload 1 /* typeDescription */
            aload 2 /* stackManipulation */
            invokespecial net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.<init>:(Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            goto 4
         3: .line 242
      StackMap locals: net.bytebuddy.implementation.bytecode.StackManipulation
      StackMap stack:
            getstatic net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Illegal.INSTANCE:Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$Illegal;
         4: .line 240
      StackMap locals:
      StackMap stack: net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
            areturn
        end local 2 // net.bytebuddy.implementation.bytecode.StackManipulation stackManipulation
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.description.method.MethodDescription methodDescription
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    5     0  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    5     1    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            1    5     2  stackManipulation  Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    MethodParameters:
                   Name  Flags
      methodDescription  
      typeDescription    

  public net.bytebuddy.description.method.MethodDescription getMethodDescription();
    descriptor: ()Lnet/bytebuddy/description/method/MethodDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
         0: .line 249
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.methodDescription:Lnet/bytebuddy/description/method/MethodDescription;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$Simple;

  public net.bytebuddy.description.type.TypeDescription getTypeDescription();
    descriptor: ()Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
         0: .line 256
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
            areturn
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$Simple;

  public net.bytebuddy.implementation.bytecode.StackManipulation$Size apply(org.objectweb.asm.MethodVisitor, net.bytebuddy.implementation.Implementation$Context);
    descriptor: (Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
        start local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        start local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
         0: .line 263
            aload 0 /* this */
            getfield net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple.stackManipulation:Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            aload 1 /* methodVisitor */
            aload 2 /* implementationContext */
            invokeinterface net.bytebuddy.implementation.bytecode.StackManipulation.apply:(Lorg/objectweb/asm/MethodVisitor;Lnet/bytebuddy/implementation/Implementation$Context;)Lnet/bytebuddy/implementation/bytecode/StackManipulation$Size;
            areturn
        end local 2 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 1 // org.objectweb.asm.MethodVisitor methodVisitor
        end local 0 // net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/implementation/Implementation$SpecialMethodInvocation$Simple;
            0    1     1          methodVisitor  Lorg/objectweb/asm/MethodVisitor;
            0    1     2  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
    MethodParameters:
                       Name  Flags
      methodVisitor          
      implementationContext  
}
SourceFile: "Implementation.java"
NestHost: net.bytebuddy.implementation.Implementation
InnerClasses:
  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 AbstractBase = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$AbstractBase of net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
  public final Illegal = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Illegal of net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
  public Simple = net.bytebuddy.implementation.Implementation$SpecialMethodInvocation$Simple of net.bytebuddy.implementation.Implementation$SpecialMethodInvocation
  public Size = net.bytebuddy.implementation.bytecode.StackManipulation$Size of net.bytebuddy.implementation.bytecode.StackManipulation
  public abstract WithImplicitInvocationTargetType = net.bytebuddy.implementation.bytecode.member.MethodInvocation$WithImplicitInvocationTargetType of net.bytebuddy.implementation.bytecode.member.MethodInvocation