final class org.jruby.RubyMatchData$Pair implements java.lang.Comparable<org.jruby.RubyMatchData$Pair>
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.jruby.RubyMatchData$Pair
  super_class: java.lang.Object
{
  int bytePos;
    descriptor: I
    flags: (0x0000) 

  int charPos;
    descriptor: I
    flags: (0x0000) 

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.RubyMatchData$Pair this
         0: .line 160
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.RubyMatchData$Pair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyMatchData$Pair;

  public int compareTo(org.jruby.RubyMatchData$Pair);
    descriptor: (Lorg/jruby/RubyMatchData$Pair;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.RubyMatchData$Pair this
        start local 1 // org.jruby.RubyMatchData$Pair pair
         0: .line 164
            aload 0 /* this */
            getfield org.jruby.RubyMatchData$Pair.bytePos:I
            aload 1 /* pair */
            getfield org.jruby.RubyMatchData$Pair.bytePos:I
            isub
            ireturn
        end local 1 // org.jruby.RubyMatchData$Pair pair
        end local 0 // org.jruby.RubyMatchData$Pair this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/RubyMatchData$Pair;
            0    1     1  pair  Lorg/jruby/RubyMatchData$Pair;
    MethodParameters:
      Name  Flags
      pair  

  public int compareTo(java.lang.Object);
    descriptor: (Ljava/lang/Object;)I
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast org.jruby.RubyMatchData$Pair
            invokevirtual org.jruby.RubyMatchData$Pair.compareTo:(Lorg/jruby/RubyMatchData$Pair;)I
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/lang/Comparable<Lorg/jruby/RubyMatchData$Pair;>;
SourceFile: "RubyMatchData.java"
NestHost: org.jruby.RubyMatchData
InnerClasses:
  private final Pair = org.jruby.RubyMatchData$Pair of org.jruby.RubyMatchData