final class jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome extends java.lang.Enum<jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome>
  minor version: 0
  major version: 59
  flags: flags: (0x4030) ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
  super_class: java.lang.Enum
{
  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome SUCCESS;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_FINAL_CLASS;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_NON_PUBLIC_CLASS;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_NO_ACCESSIBLE_CONSTRUCTOR;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_MULTIPLE_SUPERCLASSES;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_NO_COMMON_LOADER;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_FINAL_FINALIZER;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome ERROR_OTHER;
    descriptor: Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome[] ENUM$VALUES;
    descriptor: [Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    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 45
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "SUCCESS"
            iconst_0
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.SUCCESS:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         1: .line 46
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_FINAL_CLASS"
            iconst_1
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_FINAL_CLASS:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         2: .line 47
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_NON_PUBLIC_CLASS"
            iconst_2
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_NON_PUBLIC_CLASS:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         3: .line 48
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_NO_ACCESSIBLE_CONSTRUCTOR"
            iconst_3
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_NO_ACCESSIBLE_CONSTRUCTOR:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         4: .line 49
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_MULTIPLE_SUPERCLASSES"
            iconst_4
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_MULTIPLE_SUPERCLASSES:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         5: .line 50
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_NO_COMMON_LOADER"
            iconst_5
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_NO_COMMON_LOADER:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         6: .line 51
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_FINAL_FINALIZER"
            bipush 6
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_FINAL_FINALIZER:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         7: .line 52
            new jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            ldc "ERROR_OTHER"
            bipush 7
            invokespecial jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.<init>:(Ljava/lang/String;I)V
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_OTHER:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
         8: .line 44
            bipush 8
            anewarray jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            dup
            iconst_0
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.SUCCESS:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            iconst_1
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_FINAL_CLASS:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            iconst_2
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_NON_PUBLIC_CLASS:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            iconst_3
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_NO_ACCESSIBLE_CONSTRUCTOR:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            iconst_4
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_MULTIPLE_SUPERCLASSES:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            iconst_5
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_NO_COMMON_LOADER:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            bipush 6
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_FINAL_FINALIZER:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            dup
            bipush 7
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ERROR_OTHER:Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aastore
            putstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ENUM$VALUES:[Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            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 // jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome this
         0: .line 44
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
            return
        end local 0 // jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

  public static jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome[] values();
    descriptor: ()[Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=0
         0: .line 1
            getstatic jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome.ENUM$VALUES:[Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            dup
            astore 0
            iconst_0
            aload 0
            arraylength
            dup
            istore 1
            anewarray jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            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 jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome valueOf(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=1, args_size=1
         0: .line 1
            ldc Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;
            aload 0
            invokestatic java.lang.Enum.valueOf:(Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Enum;
            checkcast jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    MethodParameters:
      Name  Flags
      name  
}
Signature: Ljava/lang/Enum<Ljdk/nashorn/internal/runtime/linker/AdaptationResult$Outcome;>;
SourceFile: "AdaptationResult.java"
NestHost: jdk.nashorn.internal.runtime.linker.AdaptationResult
InnerClasses:
  final Outcome = jdk.nashorn.internal.runtime.linker.AdaptationResult$Outcome of jdk.nashorn.internal.runtime.linker.AdaptationResult