Package org.jruby

Interface RubyThread.RegexMatch

All Superinterfaces:
RubyThread.Unblocker<org.joni.Matcher>
Enclosing class:
RubyThread

public static interface RubyThread.RegexMatch extends RubyThread.Unblocker<org.joni.Matcher>
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    run(org.joni.Matcher matcher, int start, int range, int option)
     
    default void
    wakeup(RubyThread thread, org.joni.Matcher matcher)