| Methods in org.jruby that return RubyRegexp |
static RubyRegexp |
RubyRegexp.newDRegexp(Ruby runtime,
RubyString pattern,
int joniOptions)
|
static RubyRegexp |
RubyRegexp.newDRegexp(Ruby runtime,
RubyString pattern,
RegexpOptions options)
|
static RubyRegexp |
RubyRegexp.newDRegexpEmbedded(Ruby runtime,
RubyString pattern,
int embeddedOptions)
|
static RubyRegexp |
RubyRegexp.newDRegexpEmbedded19(Ruby runtime,
IRubyObject[] strings,
int embeddedOptions)
|
static RubyRegexp |
RubyRegexp.newInstance(IRubyObject recv,
IRubyObject[] args)
|
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
org.jruby.util.ByteList pattern)
|
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
org.jruby.util.ByteList pattern,
RegexpOptions options)
|
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
java.lang.String pattern,
RegexpOptions options)
|
static RubyRegexp |
RubyRegexp.unmarshalFrom(UnmarshalStream input)
|
| Methods in org.jruby.ast.executable that return RubyRegexp |
RubyRegexp |
RuntimeCache.cacheRegexp(int index,
RubyRegexp regexp)
|
RubyRegexp |
RuntimeCache.cacheRegexp(int index,
RubyString pattern,
int options)
|
RubyRegexp |
RuntimeCache.getRegexp(int index)
|
RubyRegexp |
AbstractScript.getRegexp(Ruby runtime,
int i,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
RuntimeCache.getRegexp(Ruby runtime,
int index,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp0(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp1(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp2(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp3(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp4(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp5(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp6(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp7(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp8(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp9(Ruby runtime,
org.jruby.util.ByteList pattern,
int options)
|