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

  private static final net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
    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 1529
            new net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp.<init>:(Ljava/lang/String;I)V
         1: .line 1532
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
         2: .line 1527
            iconst_1
            anewarray net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp
            dup
            iconst_0
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            aastore
            putstatic net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            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$Replacement$NoOp this
         0: .line 1527
            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$Replacement$NoOp this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public net.bytebuddy.asm.MemberSubstitution$Replacement 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$Replacement;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp 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 1538
            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$Replacement$NoOp this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0    1     0                this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            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.asm.MemberSubstitution$Replacement$Binding bind(net.bytebuddy.description.field.FieldDescription$InDefinedShape, boolean);
    descriptor: (Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;Z)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Binding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp this
        start local 1 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
        start local 2 // boolean writeAccess
         0: .line 1545
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$Binding$Unresolved.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Binding$Unresolved;
            areturn
        end local 2 // boolean writeAccess
        end local 1 // net.bytebuddy.description.field.FieldDescription$InDefinedShape fieldDescription
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    1     0              this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            0    1     1  fieldDescription  Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;
            0    1     2       writeAccess  Z
    MethodParameters:
                  Name  Flags
      fieldDescription  
      writeAccess       

  public net.bytebuddy.asm.MemberSubstitution$Replacement$Binding bind(net.bytebuddy.description.type.TypeDescription, net.bytebuddy.description.method.MethodDescription, net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lnet/bytebuddy/description/method/MethodDescription;Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Binding;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=4, args_size=4
        start local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp this
        start local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        start local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        start local 3 // net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType invocationType
         0: .line 1552
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$Binding$Unresolved.INSTANCE:Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Binding$Unresolved;
            areturn
        end local 3 // net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType invocationType
        end local 2 // net.bytebuddy.description.method.MethodDescription methodDescription
        end local 1 // net.bytebuddy.description.type.TypeDescription typeDescription
        end local 0 // net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    1     0               this  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            0    1     1    typeDescription  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2  methodDescription  Lnet/bytebuddy/description/method/MethodDescription;
            0    1     3     invocationType  Lnet/bytebuddy/asm/MemberSubstitution$Replacement$InvocationType;
    MethodParameters:
                   Name  Flags
      typeDescription    
      methodDescription  
      invocationType     

  public static net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp[] values();
    descriptor: ()[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp.ENUM$VALUES:[Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp
            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$Replacement$NoOp valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Lnet/bytebuddy/asm/MemberSubstitution$Replacement$NoOp;>;Lnet/bytebuddy/asm/MemberSubstitution$Replacement;Lnet/bytebuddy/asm/MemberSubstitution$Replacement$Factory;
SourceFile: "MemberSubstitution.java"
NestHost: net.bytebuddy.asm.MemberSubstitution
InnerClasses:
  protected abstract Replacement = net.bytebuddy.asm.MemberSubstitution$Replacement of net.bytebuddy.asm.MemberSubstitution
  public abstract Binding = net.bytebuddy.asm.MemberSubstitution$Replacement$Binding of net.bytebuddy.asm.MemberSubstitution$Replacement
  public final Unresolved = net.bytebuddy.asm.MemberSubstitution$Replacement$Binding$Unresolved of net.bytebuddy.asm.MemberSubstitution$Replacement$Binding
  public abstract Factory = net.bytebuddy.asm.MemberSubstitution$Replacement$Factory of net.bytebuddy.asm.MemberSubstitution$Replacement
  public final InvocationType = net.bytebuddy.asm.MemberSubstitution$Replacement$InvocationType of net.bytebuddy.asm.MemberSubstitution$Replacement
  public final NoOp = net.bytebuddy.asm.MemberSubstitution$Replacement$NoOp of net.bytebuddy.asm.MemberSubstitution$Replacement
  public abstract InDefinedShape = net.bytebuddy.description.field.FieldDescription$InDefinedShape of net.bytebuddy.description.field.FieldDescription