public class org.jruby.util.ConvertBytes$ERange extends java.lang.RuntimeException
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.util.ConvertBytes$ERange
  super_class: java.lang.RuntimeException
{
  private final org.jruby.util.ConvertBytes$ERange$Kind kind;
    descriptor: Lorg/jruby/util/ConvertBytes$ERange$Kind;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(org.jruby.util.ConvertBytes$ERange$Kind);
    descriptor: (Lorg/jruby/util/ConvertBytes$ERange$Kind;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.util.ConvertBytes$ERange this
        start local 1 // org.jruby.util.ConvertBytes$ERange$Kind kind
         0: .line 728
            aload 0 /* this */
            invokespecial java.lang.RuntimeException.<init>:()V
         1: .line 729
            aload 0 /* this */
            aload 1 /* kind */
            putfield org.jruby.util.ConvertBytes$ERange.kind:Lorg/jruby/util/ConvertBytes$ERange$Kind;
         2: .line 730
            return
        end local 1 // org.jruby.util.ConvertBytes$ERange$Kind kind
        end local 0 // org.jruby.util.ConvertBytes$ERange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/jruby/util/ConvertBytes$ERange;
            0    3     1  kind  Lorg/jruby/util/ConvertBytes$ERange$Kind;
    MethodParameters:
      Name  Flags
      kind  

  public org.jruby.util.ConvertBytes$ERange$Kind getKind();
    descriptor: ()Lorg/jruby/util/ConvertBytes$ERange$Kind;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.util.ConvertBytes$ERange this
         0: .line 732
            aload 0 /* this */
            getfield org.jruby.util.ConvertBytes$ERange.kind:Lorg/jruby/util/ConvertBytes$ERange$Kind;
            areturn
        end local 0 // org.jruby.util.ConvertBytes$ERange this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/util/ConvertBytes$ERange;
}
SourceFile: "ConvertBytes.java"
NestHost: org.jruby.util.ConvertBytes
InnerClasses:
  public ERange = org.jruby.util.ConvertBytes$ERange of org.jruby.util.ConvertBytes
  public final Kind = org.jruby.util.ConvertBytes$ERange$Kind of org.jruby.util.ConvertBytes$ERange