Package org.jruby
Interface RubyThread.RegexMatch
- All Superinterfaces:
RubyThread.Unblocker<org.joni.Matcher>
- Enclosing class:
RubyThread
-
Method Summary
Modifier and TypeMethodDescriptionint
run
(org.joni.Matcher matcher, int start, int range, int option) default void
wakeup
(RubyThread thread, org.joni.Matcher matcher)
-
Method Details
-
run
- Throws:
InterruptedException
-
wakeup
- Specified by:
wakeup
in interfaceRubyThread.Unblocker<org.joni.Matcher>
-