public class org.jruby.javasupport.ext.JavaUtilRegex$Pattern
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.jruby.javasupport.ext.JavaUtilRegex$Pattern
  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$Pattern this
         0: .line 53
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.jruby.javasupport.ext.JavaUtilRegex$Pattern this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/jruby/javasupport/ext/JavaUtilRegex$Pattern;

  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 56
            aload 1 /* proxy */
            ldc Lorg/jruby/javasupport/ext/JavaUtilRegex$Pattern;
            invokevirtual org.jruby.RubyClass.defineAnnotatedMethods:(Ljava/lang/Class;)V
         1: .line 57
            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 op_match(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=4, 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 str
         0: .line 62
            aload 1 /* self */
            aload 2 /* str */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Pattern.matcher:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/util/regex/Matcher;
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 63
            aload 3 /* matcher */
            invokevirtual java.util.regex.Matcher.find:()Z
            ifeq 2
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            invokevirtual java.util.regex.Matcher.start:()I
            invokevirtual org.jruby.Ruby.newFixnum:(I)Lorg/jruby/RubyFixnum;
            goto 3
      StackMap locals: java.util.regex.Matcher
      StackMap stack:
         2: aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
      StackMap locals:
      StackMap stack: org.jruby.runtime.builtin.IRubyObject
         3: areturn
        end local 3 // java.util.regex.Matcher matcher
        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    4     0  context  Lorg/jruby/runtime/ThreadContext;
            0    4     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    4     2      str  Lorg/jruby/runtime/builtin/IRubyObject;
            1    4     3  matcher  Ljava/util/regex/Matcher;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"=~"}, required = 1)
    MethodParameters:
         Name  Flags
      context  final
      self     final
      str      

  public static org.jruby.runtime.builtin.IRubyObject match(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 str
         0: .line 68
            aload 1 /* self */
            aload 2 /* str */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Pattern.matcher:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/util/regex/Matcher;
            astore 3 /* matcher */
        start local 3 // java.util.regex.Matcher matcher
         1: .line 69
            aload 3 /* matcher */
            invokevirtual java.util.regex.Matcher.find:()Z
            ifne 2
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.nil:Lorg/jruby/runtime/builtin/IRubyObject;
            areturn
         2: .line 70
      StackMap locals: java.util.regex.Matcher
      StackMap stack:
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 3 /* matcher */
            invokestatic org.jruby.javasupport.JavaUtil.convertJavaToUsableRubyObject:(Lorg/jruby/Ruby;Ljava/lang/Object;)Lorg/jruby/runtime/builtin/IRubyObject;
            checkcast org.jruby.RubyObject
            astore 4 /* matcherProxy */
        start local 4 // org.jruby.RubyObject matcherProxy
         3: .line 71
            aload 4 /* matcherProxy */
            ldc "str"
            aload 2 /* str */
            invokevirtual org.jruby.RubyObject.setInternalVariable:(Ljava/lang/String;Ljava/lang/Object;)V
         4: .line 72
            aload 4 /* matcherProxy */
            areturn
        end local 4 // org.jruby.RubyObject matcherProxy
        end local 3 // java.util.regex.Matcher matcher
        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    5     0       context  Lorg/jruby/runtime/ThreadContext;
            0    5     1          self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    5     2           str  Lorg/jruby/runtime/builtin/IRubyObject;
            1    5     3       matcher  Ljava/util/regex/Matcher;
            3    5     4  matcherProxy  Lorg/jruby/RubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"match"}, required = 1)
    MethodParameters:
         Name  Flags
      context  final
      self     final
      str      

  public static org.jruby.runtime.builtin.IRubyObject eqq(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=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 str
         0: .line 77
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            aload 1 /* self */
            aload 2 /* str */
            invokestatic org.jruby.javasupport.ext.JavaUtilRegex$Pattern.matcher:(Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/util/regex/Matcher;
            invokevirtual java.util.regex.Matcher.find:()Z
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            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    1     0  context  Lorg/jruby/runtime/ThreadContext;
            0    1     1     self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    1     2      str  Lorg/jruby/runtime/builtin/IRubyObject;
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"==="}, required = 1)
    MethodParameters:
         Name  Flags
      context  final
      self     final
      str      

  public static org.jruby.runtime.builtin.IRubyObject casefold_p(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=4, args_size=2
        start local 0 // org.jruby.runtime.ThreadContext context
        start local 1 // org.jruby.runtime.builtin.IRubyObject self
         0: .line 82
            aload 1 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Pattern
            astore 2 /* regex */
        start local 2 // java.util.regex.Pattern regex
         1: .line 83
            aload 2 /* regex */
            invokevirtual java.util.regex.Pattern.flags:()I
            iconst_2
            iand
            ifeq 2
            iconst_1
            goto 3
      StackMap locals: java.util.regex.Pattern
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: istore 3 /* i */
        start local 3 // boolean i
         4: .line 84
            aload 0 /* context */
            getfield org.jruby.runtime.ThreadContext.runtime:Lorg/jruby/Ruby;
            iload 3 /* i */
            invokevirtual org.jruby.Ruby.newBoolean:(Z)Lorg/jruby/RubyBoolean;
            areturn
        end local 3 // boolean i
        end local 2 // java.util.regex.Pattern regex
        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;
            1    5     2    regex  Ljava/util/regex/Pattern;
            4    5     3        i  Z
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyMethod(name = {"casefold?"})
    MethodParameters:
         Name  Flags
      context  final
      self     final

  private static java.util.regex.Matcher matcher(org.jruby.runtime.builtin.IRubyObject, org.jruby.runtime.builtin.IRubyObject);
    descriptor: (Lorg/jruby/runtime/builtin/IRubyObject;Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/util/regex/Matcher;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.jruby.runtime.builtin.IRubyObject self
        start local 1 // org.jruby.runtime.builtin.IRubyObject str
         0: .line 88
            aload 0 /* self */
            invokestatic org.jruby.javasupport.JavaUtil.unwrapJavaObject:(Lorg/jruby/runtime/builtin/IRubyObject;)Ljava/lang/Object;
            checkcast java.util.regex.Pattern
            astore 2 /* regex */
        start local 2 // java.util.regex.Pattern regex
         1: .line 89
            aload 2 /* regex */
            aload 1 /* str */
            ldc Ljava/lang/CharSequence;
            invokeinterface org.jruby.runtime.builtin.IRubyObject.toJava:(Ljava/lang/Class;)Ljava/lang/Object;
            checkcast java.lang.CharSequence
            invokevirtual java.util.regex.Pattern.matcher:(Ljava/lang/CharSequence;)Ljava/util/regex/Matcher;
            areturn
        end local 2 // java.util.regex.Pattern regex
        end local 1 // org.jruby.runtime.builtin.IRubyObject str
        end local 0 // org.jruby.runtime.builtin.IRubyObject self
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   self  Lorg/jruby/runtime/builtin/IRubyObject;
            0    2     1    str  Lorg/jruby/runtime/builtin/IRubyObject;
            1    2     2  regex  Ljava/util/regex/Pattern;
    MethodParameters:
      Name  Flags
      self  final
      str   final
}
SourceFile: "JavaUtilRegex.java"
NestHost: org.jruby.javasupport.ext.JavaUtilRegex
InnerClasses:
  public Pattern = org.jruby.javasupport.ext.JavaUtilRegex$Pattern of org.jruby.javasupport.ext.JavaUtilRegex
    RuntimeVisibleAnnotations: 
      org.jruby.anno.JRubyClass(name = {"Java::JavaUtilRegex::Pattern"})