public class org.jruby.javasupport.ext.JavaUtilRegex$Matcher
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaUtilRegex$Matcher
  super_class: java.lang.Object
{
  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.jruby.javasupport.ext.JavaUtilRegex$Matcher this
         0: .line 95
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.ext.JavaUtilRegex$Matcher this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/ext/JavaUtilRegex$Matcher;

  static org.jruby.RubyClass define(org.jruby.Ruby, org.jruby.RubyClass);
    descriptor: (Lorg/jruby/Ruby;Lorg/jruby/RubyClass;)Lorg/jruby/RubyClass;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.Ruby runtime
        start local 1 // org.jruby.RubyClass proxy
         0: .line 98
            aload 1 /* proxy */
            ldc Lorg/jruby/javasupport/ext/JavaUtilRegex$Matcher;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         1: .line 99
            aload 1 /* proxy */
            areturn
        end local 1 // org.jruby.RubyClass proxy
        end local 0 // org.jruby.Ruby runtime
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  runtime  Lorg/jruby/Ruby;
            0    2     1    proxy  Lorg/jruby/RubyClass;
    MethodParameters:
         Name  Flags
      runtime  final
      proxy    final

  public static org.jruby.runtime.builtin.IRubyObject regexp(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 104
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 2 /* matcher */
        start local 2 // java.util.regex.Matcher matcher
         1: .line 105
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* matcher */
            invokevirtual java.util.regex.Matcher.pattern:()Ljava/util/regex/Pattern;
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // java.util.regex.Matcher matcher
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2  matcher  Ljava/util/regex/Matcher;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject begin(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject idx
         0: .line 110
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 111
            aload 2 /* idx */
            instanceof org.jruby.RubySymbol
            ifeq 3
         2: .line 112
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            aload 2 /* idx */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.util.regex.Matcher.start:(Ljava/lang/String;)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
         3: .line 114
      StackMap locals: java.util.regex.Matcher
      StackMap stack:
            aload 2 /* idx */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            istore 4 /* group */
        start local 4 // int group
         4: .line 115
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            iload 4 /* group */
            invokevirtual java.util.regex.Matcher.start:(I)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 4 // int group
        end local 3 // java.util.regex.Matcher matcher
        end local 2 // org.jruby.runtime.builtin.IRubyObject idx
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  context  Lorg/jruby/runtime/ThreadContext;
            0    5     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2      idx  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     3  matcher  Ljava/util/regex/Matcher;
            4    5     4    group  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      idx      final

  public static org.jruby.runtime.builtin.IRubyObject end(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject idx
         0: .line 120
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 121
            aload 2 /* idx */
            instanceof org.jruby.RubySymbol
            ifeq 3
         2: .line 122
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            aload 2 /* idx */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.util.regex.Matcher.end:(Ljava/lang/String;)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
         3: .line 124
      StackMap locals: java.util.regex.Matcher
      StackMap stack:
            aload 2 /* idx */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            istore 4 /* group */
        start local 4 // int group
         4: .line 125
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            iload 4 /* group */
            invokevirtual java.util.regex.Matcher.end:(I)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 4 // int group
        end local 3 // java.util.regex.Matcher matcher
        end local 2 // org.jruby.runtime.builtin.IRubyObject idx
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0  context  Lorg/jruby/runtime/ThreadContext;
            0    5     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2      idx  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     3  matcher  Ljava/util/regex/Matcher;
            4    5     4    group  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      idx      final

  public static org.jruby.runtime.builtin.IRubyObject offset(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=7, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject idx
         0: .line 130
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 132
            aload 2 /* idx */
            instanceof org.jruby.RubySymbol
            ifeq 5
         2: .line 133
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            aload 2 /* idx */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.util.regex.Matcher.start:(Ljava/lang/String;)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            astore 4 /* beg */
        start local 4 // org.jruby.runtime.builtin.IRubyObject beg
         3: .line 134
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            aload 2 /* idx */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.util.regex.Matcher.end:(Ljava/lang/String;)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            astore 5 /* end */
        start local 5 // org.jruby.runtime.builtin.IRubyObject end
         4: .line 135
            goto 8
        end local 5 // org.jruby.runtime.builtin.IRubyObject end
        end local 4 // org.jruby.runtime.builtin.IRubyObject beg
         5: .line 137
      StackMap locals: java.util.regex.Matcher
      StackMap stack:
            aload 2 /* idx */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToInteger:()Lorg/jruby/RubyInteger;
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            istore 6 /* group */
        start local 6 // int group
         6: .line 138
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            iload 6 /* group */
            invokevirtual java.util.regex.Matcher.start:(I)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            astore 4 /* beg */
        start local 4 // org.jruby.runtime.builtin.IRubyObject beg
         7: .line 139
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            iload 6 /* group */
            invokevirtual java.util.regex.Matcher.end:(I)I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            astore 5 /* end */
        end local 6 // int group
        start local 5 // org.jruby.runtime.builtin.IRubyObject end
         8: .line 141
      StackMap locals: org.jruby.runtime.builtin.IRubyObject org.jruby.runtime.builtin.IRubyObject
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 4 /* beg */
            aload 5 /* end */
            invokestatic org.jruby.RubyArray.newArray:(Lorg/jruby/Ruby;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject end
        end local 4 // org.jruby.runtime.builtin.IRubyObject beg
        end local 3 // java.util.regex.Matcher matcher
        end local 2 // org.jruby.runtime.builtin.IRubyObject idx
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    9     0  context  Lorg/jruby/runtime/ThreadContext;
            0    9     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    9     2      idx  Lorg/jruby/runtime/builtin/IRubyObject;
            1    9     3  matcher  Ljava/util/regex/Matcher;
            3    5     4      beg  Lorg/jruby/runtime/builtin/IRubyObject;
            7    9     4      beg  Lorg/jruby/runtime/builtin/IRubyObject;
            4    5     5      end  Lorg/jruby/runtime/builtin/IRubyObject;
            8    9     5      end  Lorg/jruby/runtime/builtin/IRubyObject;
            6    8     6    group  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final
      idx      final

  public static org.jruby.RubyFixnum size(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyFixnum;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 146
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 2 /* matcher */
        start local 2 // java.util.regex.Matcher matcher
         1: .line 147
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 2 /* matcher */
            invokevirtual java.util.regex.Matcher.groupCount:()I
            iconst_1
            iadd
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            areturn
        end local 2 // java.util.regex.Matcher matcher
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2  matcher  Ljava/util/regex/Matcher;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"length", "size"})
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.RubyString string(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 152
            aload 0 /* context */
            aload 1 /* self */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.str:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  private static org.jruby.RubyString str(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 156
            aload 1 /* self */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.getInternalVariables:()Lorg/jruby/runtime/builtin/InternalVariables;
            ldc "str"
            invokeinterface org.jruby.runtime.builtin.InternalVariables.getInternalVariable:(Ljava/lang/String;)Ljava/lang/Object;
            checkcast org.jruby.runtime.builtin.IRubyObject
            astore 2 /* str */
        start local 2 // org.jruby.runtime.builtin.IRubyObject str
         1: .line 157
            aload 2 /* str */
            invokeinterface org.jruby.runtime.builtin.IRubyObject.convertToString:()Lorg/jruby/RubyString;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject str
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2      str  Lorg/jruby/runtime/builtin/IRubyObject;
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject pre_match(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=3, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 162
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 2 /* matcher */
        start local 2 // java.util.regex.Matcher matcher
         1: .line 163
            aload 0 /* context */
            aload 1 /* self */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.str:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iconst_0
            aload 2 /* matcher */
            iconst_0
            invokevirtual java.util.regex.Matcher.start:(I)I
            invokevirtual org.jruby.RubyString.substr:(Lorg/jruby/Ruby;II)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // java.util.regex.Matcher matcher
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0  context  Lorg/jruby/runtime/ThreadContext;
            0    2     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2  matcher  Ljava/util/regex/Matcher;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.runtime.builtin.IRubyObject post_match(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 168
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 2 /* matcher */
        start local 2 // java.util.regex.Matcher matcher
         1: .line 169
            aload 0 /* context */
            aload 1 /* self */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.str:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyString;
            astore 3 /* str */
        start local 3 // org.jruby.RubyString str
         2: .line 170
            aload 2 /* matcher */
            iconst_0
            invokevirtual java.util.regex.Matcher.end:(I)I
            istore 4 /* offset */
        start local 4 // int offset
         3: .line 171
            aload 3 /* str */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 4 /* offset */
            aload 3 /* str */
            invokevirtual org.jruby.RubyString.size:()I
            iload 4 /* offset */
            isub
            invokevirtual org.jruby.RubyString.substr:(Lorg/jruby/Ruby;II)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 4 // int offset
        end local 3 // org.jruby.RubyString str
        end local 2 // java.util.regex.Matcher matcher
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  context  Lorg/jruby/runtime/ThreadContext;
            0    4     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     2  matcher  Ljava/util/regex/Matcher;
            2    4     3      str  Lorg/jruby/RubyString;
            3    4     4   offset  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.RubyArray to_a(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 176
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* context */
            aload 1 /* self */
            iconst_0
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.groups:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I)[Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.RubyArray.newArrayMayCopy:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  public static org.jruby.RubyArray captures(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 181
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 0 /* context */
            aload 1 /* self */
            iconst_1
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.groups:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I)[Lorg/jruby/runtime/builtin/IRubyObject;
            invokestatic org.jruby.RubyArray.newArrayMayCopy:(Lorg/jruby/Ruby;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            areturn
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod()
    MethodParameters:
         Name  Flags
      context  final
      self     final

  private static org.jruby.runtime.builtin.IRubyObject[] groups(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, int);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;I)[Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=6, locals=7, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // int off
         0: .line 185
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            astore 3 /* runtime */
        start local 3 // org.jruby.Ruby runtime
         1: .line 186
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 4 /* matcher */
        start local 4 // java.util.regex.Matcher matcher
         2: .line 187
            aload 4 /* matcher */
            invokevirtual java.util.regex.Matcher.groupCount:()I
            iload 2 /* off */
            isub
            iconst_1
            iadd
            anewarray org.jruby.runtime.builtin.IRubyObject
            astore 5 /* arr */
        start local 5 // org.jruby.runtime.builtin.IRubyObject[] arr
         3: .line 188
            iconst_0
            istore 6 /* i */
        start local 6 // int i
         4: goto 10
         5: .line 189
      StackMap locals: org.jruby.runtime.ThreadContext org.jruby.runtime.builtin.IRubyObject int org.jruby.Ruby java.util.regex.Matcher org.jruby.runtime.builtin.IRubyObject[] int
      StackMap stack:
            aload 4 /* matcher */
            iload 6 /* i */
            iload 2 /* off */
            iadd
            invokevirtual java.util.regex.Matcher.start:(I)I
            iconst_m1
            if_icmpne 8
         6: .line 190
            aload 5 /* arr */
            iload 6 /* i */
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            aastore
         7: .line 191
            goto 9
         8: .line 193
      StackMap locals:
      StackMap stack:
            aload 5 /* arr */
            iload 6 /* i */
            aload 3 /* runtime */
            aload 4 /* matcher */
            iload 6 /* i */
            iload 2 /* off */
            iadd
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            aastore
         9: .line 188
      StackMap locals:
      StackMap stack:
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        10: iload 6 /* i */
            aload 5 /* arr */
            arraylength
            if_icmplt 5
        end local 6 // int i
        11: .line 196
            aload 5 /* arr */
            areturn
        end local 5 // org.jruby.runtime.builtin.IRubyObject[] arr
        end local 4 // java.util.regex.Matcher matcher
        end local 3 // org.jruby.Ruby runtime
        end local 2 // int off
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0  context  Lorg/jruby/runtime/ThreadContext;
            0   12     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0   12     2      off  I
            1   12     3  runtime  Lorg/jruby/Ruby;
            2   12     4  matcher  Ljava/util/regex/Matcher;
            3   12     5      arr  [Lorg/jruby/runtime/builtin/IRubyObject;
            4   11     6        i  I
    MethodParameters:
         Name  Flags
      context  final
      self     final
      off      final

  public static org.jruby.runtime.builtin.IRubyObject aref(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=5, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject idx
         0: .line 201
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Matcher
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 202
            aload 2 /* idx */
            instanceof org.jruby.RubySymbol
            ifne 2
            aload 2 /* idx */
            instanceof org.jruby.RubyString
            ifeq 3
         2: .line 203
      StackMap locals: java.util.regex.Matcher
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            aload 2 /* idx */
            invokevirtual java.lang.Object.toString:()Ljava/lang/String;
            invokevirtual java.util.regex.Matcher.group:(Ljava/lang/String;)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
         3: .line 205
      StackMap locals:
      StackMap stack:
            aload 2 /* idx */
            instanceof org.jruby.RubyInteger
            ifeq 6
         4: .line 206
            aload 2 /* idx */
            checkcast org.jruby.RubyInteger
            invokevirtual org.jruby.RubyInteger.getIntValue:()I
            istore 4 /* group */
        start local 4 // int group
         5: .line 207
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            iload 4 /* group */
            invokevirtual java.util.regex.Matcher.group:(I)Ljava/lang/String;
            invokevirtual org.jruby.Ruby.newString:(Ljava/lang/String;)Lorg/jruby/RubyString;
            areturn
        end local 4 // int group
         6: .line 209
      StackMap locals:
      StackMap stack:
            aload 0 /* context */
            aload 1 /* self */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.to_a:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            aload 2 /* idx */
            invokevirtual org.jruby.RubyArray.aref:(Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // java.util.regex.Matcher matcher
        end local 2 // org.jruby.runtime.builtin.IRubyObject idx
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0  context  Lorg/jruby/runtime/ThreadContext;
            0    7     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    7     2      idx  Lorg/jruby/runtime/builtin/IRubyObject;
            1    7     3  matcher  Ljava/util/regex/Matcher;
            5    6     4    group  I
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"[]"}, required = 1)
    MethodParameters:
         Name  Flags
      context  final
      self     final
      idx      final

  public static org.jruby.runtime.builtin.IRubyObject aref(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        start local 3 // org.jruby.runtime.builtin.IRubyObject arg1
         0: .line 215
            aload 0 /* context */
            aload 1 /* self */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.to_a:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            aload 2 /* arg0 */
            aload 3 /* arg1 */
            invokevirtual org.jruby.RubyArray.aref:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 3 // org.jruby.runtime.builtin.IRubyObject arg1
        end local 2 // org.jruby.runtime.builtin.IRubyObject arg0
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2     arg0  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     3     arg1  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"[]"}, required = 2)
    MethodParameters:
         Name  Flags
      context  final
      self     final
      arg0     final
      arg1     final

  public static org.jruby.runtime.builtin.IRubyObject values_at(org.jruby.runtime.ThreadContext, org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject[]);
    descriptor: (Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;[Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
        start local 2 // org.jruby.runtime.builtin.IRubyObject[] args
         0: .line 220
            aload 0 /* context */
            aload 1 /* self */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Matcher.to_a:(Lorg/jruby/runtime/ThreadContext;Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/RubyArray;
            aload 2 /* args */
            invokevirtual org.jruby.RubyArray.values_at:([Lorg/jruby/runtime/builtin/IRubyObject;)Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
        end local 2 // org.jruby.runtime.builtin.IRubyObject[] args
        end local 1 // org.jruby.runtime.builtin.IRubyObject self
        end local 0 // org.jruby.runtime.ThreadContext context
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2     args  [Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(rest = true)
    MethodParameters:
         Name  Flags
      context  final
      self     final
      args     final
}
SourceFile: "JavaUtilRegex.java"
NestHost: org.jruby.javasupport.ext.JavaUtilRegex
InnerClasses:
  public Matcher = org.jruby.javasupport.ext.JavaUtilRegex$Matcher of org.jruby.javasupport.ext.JavaUtilRegex
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Java::JavaUtilRegex::Matcher"})