public class net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction implements net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction
  super_class: java.lang.Object
{
  private final net.bytebuddy.description.type.TypeDescription typeDescription;
    descriptor: Lnet/bytebuddy/description/type/TypeDescription;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.List<net.bytebuddy.implementation.bind.MethodDelegationBinder$Record> records;
    descriptor: Ljava/util/List;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/List<Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$Record;>;

  protected void <init>(net.bytebuddy.description.type.TypeDescription, java.util.List<net.bytebuddy.implementation.bind.MethodDelegationBinder$Record>);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // java.util.List records
         0: .line 826
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 827
            aload 0 /* this */
            aload 1 /* typeDescription */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction.typeDescription:Lnet/bytebuddy/description/type/TypeDescription;
         2: .line 828
            aload 0 /* this */
            aload 2 /* records */
            putfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction.records:Ljava/util/List;
         3: .line 829
            return
        end local 2 // java.util.List records
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    4     0             this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$Compiled$ForConstruction;
            0    4     1  typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    4     2          records  Ljava/util/List<Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$Record;>;
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Ljava/util/List<Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$Record;>;)V
    MethodParameters:
                 Name  Flags
      typeDescription  
      records          

  public net.bytebuddy.implementation.bytecode.StackManipulation prepare(net.bytebuddy.description.method.MethodDescription);
    descriptor: (Lnet/bytebuddy/description/method/MethodDescription;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
        start local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
         0: .line 835
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            iconst_2
            anewarray net.bytebuddy.implementation.bytecode.StackManipulation
            dup
            iconst_0
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction.typeDescription: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
            getstatic net.bytebuddy.implementation.bytecode.Duplication.SINGLE:Lnet/bytebuddy/implementation/bytecode/Duplication;
            aastore
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:([Lnet/bytebuddy/implementation/bytecode/StackManipulation;)V
            areturn
        end local 1 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$Compiled$ForConstruction;
            0    1     1  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
    MethodParameters:
                    Name  Flags
      instrumentedMethod  

  public net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodInvoker invoke();
    descriptor: ()Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$MethodInvoker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
         0: .line 842
            getstatic net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodInvoker$Simple.INSTANCE:Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$MethodInvoker$Simple;
            areturn
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$Compiled$ForConstruction;

  public java.util.List<net.bytebuddy.implementation.bind.MethodDelegationBinder$Record> getRecords();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
         0: .line 849
            aload 0 /* this */
            getfield net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction.records:Ljava/util/List;
            areturn
        end local 0 // net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/implementation/MethodDelegation$ImplementationDelegate$Compiled$ForConstruction;
    Signature: ()Ljava/util/List<Lnet/bytebuddy/implementation/bind/MethodDelegationBinder$Record;>;
}
SourceFile: "MethodDelegation.java"
NestHost: net.bytebuddy.implementation.MethodDelegation
InnerClasses:
  public abstract Enhance = net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance of net.bytebuddy.build.HashCodeAndEqualsPlugin
  protected abstract ImplementationDelegate = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate of net.bytebuddy.implementation.MethodDelegation
  public abstract Compiled = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate
  public ForConstruction = net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled$ForConstruction of net.bytebuddy.implementation.MethodDelegation$ImplementationDelegate$Compiled
  public abstract MethodInvoker = net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodInvoker of net.bytebuddy.implementation.bind.MethodDelegationBinder
  public final Simple = net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodInvoker$Simple of net.bytebuddy.implementation.bind.MethodDelegationBinder$MethodInvoker
  public abstract Record = net.bytebuddy.implementation.bind.MethodDelegationBinder$Record of net.bytebuddy.implementation.bind.MethodDelegationBinder
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation
    RuntimeVisibleAnnotations: 
      net.bytebuddy.build.HashCodeAndEqualsPlugin$Enhance()