public final class org.jruby.embed.jsr223.JRubyContext$Scope extends java.lang.Enum<org.jruby.embed.jsr223.JRubyContext$Scope>
  minor version: 0
  major version: 59
  flags: flags: (0x4031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER, ACC_ANNOTATION
  this_class: org.jruby.embed.jsr223.JRubyContext$Scope
  super_class: java.lang.Enum
{
  public static final org.jruby.embed.jsr223.JRubyContext$Scope ENGINE;
    descriptor: Lorg/jruby/embed/jsr223/JRubyContext$Scope;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  public static final org.jruby.embed.jsr223.JRubyContext$Scope GLOBAL;
    descriptor: Lorg/jruby/embed/jsr223/JRubyContext$Scope;
    flags: (0x4019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL, ACC_ANNOTATION

  private final int priority;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private static final org.jruby.embed.jsr223.JRubyContext$Scope[] ENUM$VALUES;
    descriptor: [Lorg/jruby/embed/jsr223/JRubyContext$Scope;
    flags: (0x101a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=5, locals=0, args_size=0
         0: .line 60
            new org.jruby.embed.jsr223.JRubyContext$Scope
            dup
            ldc "ENGINE"
            iconst_0
            bipush 100
            invokespecial org.jruby.embed.jsr223.JRubyContext$Scope.<init>:(Ljava/lang/String;II)V
            putstatic org.jruby.embed.jsr223.JRubyContext$Scope.ENGINE:Lorg/jruby/embed/jsr223/JRubyContext$Scope;
         1: .line 61
            new org.jruby.embed.jsr223.JRubyContext$Scope
            dup
            ldc "GLOBAL"
            iconst_1
            sipush 200
            invokespecial org.jruby.embed.jsr223.JRubyContext$Scope.<init>:(Ljava/lang/String;II)V
            putstatic org.jruby.embed.jsr223.JRubyContext$Scope.GLOBAL:Lorg/jruby/embed/jsr223/JRubyContext$Scope;
         2: .line 58
            iconst_2
            anewarray org.jruby.embed.jsr223.JRubyContext$Scope
            dup
            iconst_0
            getstatic org.jruby.embed.jsr223.JRubyContext$Scope.ENGINE:Lorg/jruby/embed/jsr223/JRubyContext$Scope;
            aastore
            dup
            iconst_1
            getstatic org.jruby.embed.jsr223.JRubyContext$Scope.GLOBAL:Lorg/jruby/embed/jsr223/JRubyContext$Scope;
            aastore
            putstatic org.jruby.embed.jsr223.JRubyContext$Scope.ENUM$VALUES:[Lorg/jruby/embed/jsr223/JRubyContext$Scope;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(java.lang.String, int, int);
    descriptor: (Ljava/lang/String;II)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.embed.jsr223.JRubyContext$Scope this
        start local 3 // int priority
         0: .line 64
            aload 0 /* this */
            aload 1
            iload 2
            invokespecial java.lang.Enum.<init>:(Ljava/lang/String;I)V
         1: .line 65
            aload 0 /* this */
            iload 3 /* priority */
            putfield org.jruby.embed.jsr223.JRubyContext$Scope.priority:I
         2: .line 66
            return
        end local 3 // int priority
        end local 0 // org.jruby.embed.jsr223.JRubyContext$Scope this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/jruby/embed/jsr223/JRubyContext$Scope;
            0    3     3  priority  I
    MethodParameters:
               Name  Flags
      $enum$name     
      $enum$ordinal  
      priority       

  int getPriority();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.embed.jsr223.JRubyContext$Scope this
         0: .line 69
            aload 0 /* this */
            getfield org.jruby.embed.jsr223.JRubyContext$Scope.priority:I
            ireturn
        end local 0 // org.jruby.embed.jsr223.JRubyContext$Scope this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/embed/jsr223/JRubyContext$Scope;

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