public final class net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing extends java.lang.Enum<net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing> implements net.bytebuddy.asm.MemberSubstitution$Substitution, net.bytebuddy.asm.MemberSubstitution$Substitution$Factory
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing INSTANCE;
    descriptor: Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=4, locals=0, args_size=0
         0: .line 809
            new net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing.<init>:(Ljava/lang/String;I)V
         1: .line 812
            putstatic net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
         2: .line 807
            iconst_1
            anewarray net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing
            dup
            iconst_0
            getstatic net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
            aastore
            putstatic net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int);
    descriptor: (Ljava/lang/String;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing this
         0: .line 807
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.asm.MemberSubstitution$Substitution make(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.pool.TypePool);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/pool/TypePool;)Lnet/bytebuddy/asm/MemberSubstitution$Substitution;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        start local 3 // net.bytebuddy.pool.TypePool typePool
         0: .line 818
            aload 0 /* this */
            areturn
        end local 3 // net.bytebuddy.pool.TypePool typePool
        end local 2 // net.bytebuddy.description.method.MethodDescription instrumentedMethod
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
            0    1     1    instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2  instrumentedMethod  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     3            typePool  Lnet/bytebuddy/pool/TypePool;
    MethodParameters:
                    Name  Flags
      instrumentedType    
      instrumentedMethod  
      typePool            

  public net.bytebuddy.implementation.bytecode.StackManipulation resolve(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.ByteCodeElement, net.bytebuddy.description.type.TypeList$Generic, net.bytebuddy.description.type.TypeDescription$Generic);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/ByteCodeElement;Lnet/bytebuddy/description/type/TypeList$Generic;Lnet/bytebuddy/description/type/TypeDescription$Generic;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing this
        start local 1 // net.bytebuddy.description.type.TypeDescription targetType
        start local 2 // net.bytebuddy.description.ByteCodeElement target
        start local 3 // net.bytebuddy.description.type.TypeList$Generic parameters
        start local 4 // net.bytebuddy.description.type.TypeDescription$Generic result
         0: .line 825
            new java.util.ArrayList
            dup
            aload 3 /* parameters */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 5 /* stackManipulations */
        start local 5 // java.util.List stackManipulations
         1: .line 826
            aload 3 /* parameters */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.size:()I
            iconst_1
            isub
            istore 6 /* index */
        start local 6 // int index
         2: goto 5
         3: .line 827
      StackMap locals: java.util.List int
      StackMap stack:
            aload 5 /* stackManipulations */
            aload 3 /* parameters */
            iload 6 /* index */
            invokeinterface net.bytebuddy.description.type.TypeList$Generic.get:(I)Ljava/lang/Object;
            checkcast net.bytebuddy.description.type.TypeDefinition
            invokestatic net.bytebuddy.implementation.bytecode.Removal.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 826
            iinc 6 /* index */ -1
      StackMap locals:
      StackMap stack:
         5: iload 6 /* index */
            ifge 3
        end local 6 // int index
         6: .line 829
            new net.bytebuddy.implementation.bytecode.StackManipulation$Compound
            dup
            aload 5 /* stackManipulations */
            aload 4 /* result */
            invokeinterface net.bytebuddy.description.type.TypeDescription$Generic.asErasure:()Lnet/bytebuddy/description/type/TypeDescription;
            invokestatic net.bytebuddy.implementation.bytecode.constant.DefaultValue.of:(Lnet/bytebuddy/description/type/TypeDefinition;)Lnet/bytebuddy/implementation/bytecode/StackManipulation;
            invokestatic net.bytebuddy.utility.CompoundList.of:(Ljava/util/List;Ljava/lang/Object;)Ljava/util/List;
            invokespecial net.bytebuddy.implementation.bytecode.StackManipulation$Compound.<init>:(Ljava/util/List;)V
            areturn
        end local 5 // java.util.List stackManipulations
        end local 4 // net.bytebuddy.description.type.TypeDescription$Generic result
        end local 3 // net.bytebuddy.description.type.TypeList$Generic parameters
        end local 2 // net.bytebuddy.description.ByteCodeElement target
        end local 1 // net.bytebuddy.description.type.TypeDescription targetType
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    7     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
            0    7     1          targetType  Lnet/bytebuddy/description/type/TypeDescription;
            0    7     2              target  Lnet/bytebuddy/description/ByteCodeElement;
            0    7     3          parameters  Lnet/bytebuddy/description/type/TypeList$Generic;
            0    7     4              result  Lnet/bytebuddy/description/type/TypeDescription$Generic;
            1    7     5  stackManipulations  Ljava/util/List<Lnet/bytebuddy/implementation/bytecode/StackManipulation;>;
            2    6     6               index  I
    MethodParameters:
            Name  Flags
      targetType  
      target      
      parameters  
      result      

  public static net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing[] values();
    descriptor: ()[Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing
            dup
            astore 2
            iconst_0
            iload 1
            invokestatic java.lang.System.arraycopy:(Ljava/lang/Object;ILjava/lang/Object;II)V
            aload 2
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public static net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Stubbing;>;Lnet/bytebuddy/asm/MemberSubstitution$Substitution;Lnet/bytebuddy/asm/MemberSubstitution$Substitution$Factory;
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  public abstract Substitution = net.bytebuddy.asm.MemberSubstitution$Substitution of net.bytebuddy.asm.MemberSubstitution
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Substitution$Factory of net.bytebuddy.asm.MemberSubstitution$Substitution
  public final Stubbing = net.bytebuddy.asm.MemberSubstitution$Substitution$Stubbing of net.bytebuddy.asm.MemberSubstitution$Substitution
  public abstract Generic = net.bytebuddy.description.type.TypeDescription$Generic of net.bytebuddy.description.type.TypeDescription
  public abstract Generic = net.bytebuddy.description.type.TypeList$Generic of net.bytebuddy.description.type.TypeList
  public Compound = net.bytebuddy.implementation.bytecode.StackManipulation$Compound of net.bytebuddy.implementation.bytecode.StackManipulation