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

  private static final net.bytebuddy.asm.TypeConstantAdjustment[] ENUM$VALUES;
    descriptor: [Lnet/bytebuddy/asm/TypeConstantAdjustment;
    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 44
            new net.bytebuddy.asm.TypeConstantAdjustment
            dup
            ldc "INSTANCE"
            iconst_0
            invokespecial net.bytebuddy.asm.TypeConstantAdjustment.<init>:(Ljava/lang/String;I)V
         1: .line 47
            putstatic net.bytebuddy.asm.TypeConstantAdjustment.INSTANCE:Lnet/bytebuddy/asm/TypeConstantAdjustment;
         2: .line 42
            iconst_1
            anewarray net.bytebuddy.asm.TypeConstantAdjustment
            dup
            iconst_0
            getstatic net.bytebuddy.asm.TypeConstantAdjustment.INSTANCE:Lnet/bytebuddy/asm/TypeConstantAdjustment;
            aastore
            putstatic net.bytebuddy.asm.TypeConstantAdjustment.ENUM$VALUES:[Lnet/bytebuddy/asm/TypeConstantAdjustment;
            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.TypeConstantAdjustment this
         0: .line 42
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/asm/TypeConstantAdjustment;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public int mergeWriter(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
        start local 1 // int flags
         0: .line 53
            iload 1 /* flags */
            ireturn
        end local 1 // int flags
        end local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/asm/TypeConstantAdjustment;
            0    1     1  flags  I
    MethodParameters:
       Name  Flags
      flags  

  public int mergeReader(int);
    descriptor: (I)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
        start local 1 // int flags
         0: .line 60
            iload 1 /* flags */
            ireturn
        end local 1 // int flags
        end local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lnet/bytebuddy/asm/TypeConstantAdjustment;
            0    1     1  flags  I
    MethodParameters:
       Name  Flags
      flags  

  public org.objectweb.asm.ClassVisitor wrap(net.bytebuddy.description.type.TypeDescription, org.objectweb.asm.ClassVisitor, net.bytebuddy.implementation.Implementation$Context, net.bytebuddy.pool.TypePool, net.bytebuddy.description.field.FieldList<net.bytebuddy.description.field.FieldDescription$InDefinedShape>, net.bytebuddy.description.method.MethodList<?>, int, int);
    descriptor: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList;Lnet/bytebuddy/description/method/MethodList;II)Lorg/objectweb/asm/ClassVisitor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=9, args_size=9
        start local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
        start local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        start local 2 // org.objectweb.asm.ClassVisitor classVisitor
        start local 3 // net.bytebuddy.implementation.Implementation$Context implementationContext
        start local 4 // net.bytebuddy.pool.TypePool typePool
        start local 5 // net.bytebuddy.description.field.FieldList fields
        start local 6 // net.bytebuddy.description.method.MethodList methods
        start local 7 // int writerFlags
        start local 8 // int readerFlags
         0: .line 74
            new net.bytebuddy.asm.TypeConstantAdjustment$TypeConstantDissolvingClassVisitor
            dup
            aload 2 /* classVisitor */
            invokespecial net.bytebuddy.asm.TypeConstantAdjustment$TypeConstantDissolvingClassVisitor.<init>:(Lorg/objectweb/asm/ClassVisitor;)V
            areturn
        end local 8 // int readerFlags
        end local 7 // int writerFlags
        end local 6 // net.bytebuddy.description.method.MethodList methods
        end local 5 // net.bytebuddy.description.field.FieldList fields
        end local 4 // net.bytebuddy.pool.TypePool typePool
        end local 3 // net.bytebuddy.implementation.Implementation$Context implementationContext
        end local 2 // org.objectweb.asm.ClassVisitor classVisitor
        end local 1 // net.bytebuddy.description.type.TypeDescription instrumentedType
        end local 0 // net.bytebuddy.asm.TypeConstantAdjustment this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    1     0                   this  Lnet/bytebuddy/asm/TypeConstantAdjustment;
            0    1     1       instrumentedType  Lnet/bytebuddy/description/type/TypeDescription;
            0    1     2           classVisitor  Lorg/objectweb/asm/ClassVisitor;
            0    1     3  implementationContext  Lnet/bytebuddy/implementation/Implementation$Context;
            0    1     4               typePool  Lnet/bytebuddy/pool/TypePool;
            0    1     5                 fields  Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;
            0    1     6                methods  Lnet/bytebuddy/description/method/MethodList<*>;
            0    1     7            writerFlags  I
            0    1     8            readerFlags  I
    Signature: (Lnet/bytebuddy/description/type/TypeDescription;Lorg/objectweb/asm/ClassVisitor;Lnet/bytebuddy/implementation/Implementation$Context;Lnet/bytebuddy/pool/TypePool;Lnet/bytebuddy/description/field/FieldList<Lnet/bytebuddy/description/field/FieldDescription$InDefinedShape;>;Lnet/bytebuddy/description/method/MethodList<*>;II)Lorg/objectweb/asm/ClassVisitor;
    MethodParameters:
                       Name  Flags
      instrumentedType       
      classVisitor           
      implementationContext  
      typePool               
      fields                 
      methods                
      writerFlags            
      readerFlags            

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