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

  public static final jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior WARNING;
    descriptor: Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior ERROR;
    descriptor: Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private static final jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior[] ENUM$VALUES;
    descriptor: [Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
    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 127
            new jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior
            dup
            ldc "ACCEPT"
            iconst_0
            invokespecial jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.<init>:(Ljava/lang/String;I)V
         1: .line 131
            putstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.ACCEPT:Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
         2: .line 132
            new jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior
            dup
            ldc "WARNING"
            iconst_1
            invokespecial jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.<init>:(Ljava/lang/String;I)V
         3: .line 136
            putstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.WARNING:Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
         4: .line 137
            new jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior
            dup
            ldc "ERROR"
            iconst_2
            invokespecial jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.<init>:(Ljava/lang/String;I)V
         5: .line 140
            putstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.ERROR:Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
         6: .line 126
            iconst_3
            anewarray jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior
            dup
            iconst_0
            getstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.ACCEPT:Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
            aastore
            dup
            iconst_1
            getstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.WARNING:Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
            aastore
            dup
            iconst_2
            getstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.ERROR:Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
            aastore
            putstatic jdk.nashorn.internal.runtime.ScriptEnvironment$FunctionStatementBehavior.ENUM$VALUES:[Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
            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.ScriptEnvironment$FunctionStatementBehavior this
         0: .line 126
            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.ScriptEnvironment$FunctionStatementBehavior this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/nashorn/internal/runtime/ScriptEnvironment$FunctionStatementBehavior;
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  

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