public final class net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm extends java.lang.Enum<net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm> implements net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$Initializable
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm
  super_class: java.lang.Enum
{
  public static final net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm INSTANCE;
    descriptor: Lnet/bytebuddy/utility/JavaConstant$MethodHandle$Dispatcher$ForLegacyVm;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

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

  public net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher initialize();
    descriptor: ()Lnet/bytebuddy/utility/JavaConstant$MethodHandle$Dispatcher;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm this
         0: .line 1208
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unsupported type on current JVM: java.lang.invoke.MethodHandle"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/utility/JavaConstant$MethodHandle$Dispatcher$ForLegacyVm;

  public java.lang.Object publicLookup();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm this
         0: .line 1215
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unsupported type on current JVM: java.lang.invoke.MethodHandle"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lnet/bytebuddy/utility/JavaConstant$MethodHandle$Dispatcher$ForLegacyVm;

  public java.lang.Class<?> lookupType();
    descriptor: (Ljava/lang/Object;)Ljava/lang/Class;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm this
        start local 1 // java.lang.Object lookup
         0: .line 1222
            new java.lang.UnsupportedOperationException
            dup
            ldc "Unsupported type on current JVM: java.lang.invoke.MethodHandle"
            invokespecial java.lang.UnsupportedOperationException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.lang.Object lookup
        end local 0 // net.bytebuddy.utility.JavaConstant$MethodHandle$Dispatcher$ForLegacyVm this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lnet/bytebuddy/utility/JavaConstant$MethodHandle$Dispatcher$ForLegacyVm;
            0    1     1  lookup  Ljava/lang/Object;
    Signature: (Ljava/lang/Object;)Ljava/lang/Class<*>;
    MethodParameters:
        Name  Flags
      lookup  

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