Package | Description |
---|---|
org.jruby | |
org.jruby.ast.executable | |
org.jruby.ir.instructions | |
org.jruby.ir.runtime | |
org.jruby.ir.targets | |
org.jruby.runtime |
Modifier and Type | Method and Description |
---|---|
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.newRegexp(Ruby runtime,
org.jruby.util.ByteList pattern) |
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
org.jruby.util.ByteList pattern,
int options) |
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
org.jruby.util.ByteList pattern,
RegexpOptions options) |
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
String pattern,
RegexpOptions options) |
static RubyRegexp |
RubyRegexp.newRegexpFromStr(Ruby runtime,
RubyString s,
int options) |
RubyRegexp |
RubyMatchData.regexp(ThreadContext context,
Block block) |
static RubyRegexp |
RubyRegexp.unmarshalFrom(UnmarshalStream input) |
Modifier and Type | Method and Description |
---|---|
static void |
RubyRegexp.marshalTo(RubyRegexp regexp,
MarshalStream output) |
Modifier and Type | Field and Description |
---|---|
RubyRegexp[] |
RuntimeCache.regexps |
Modifier and Type | Method and Description |
---|---|
RubyRegexp |
RuntimeCache.cacheRegexp(int index,
RubyRegexp regexp) |
RubyRegexp |
RuntimeCache.cacheRegexp(int index,
RubyString pattern,
int options) |
RubyRegexp |
RuntimeCache.getRegexp(int index) |
RubyRegexp |
RuntimeCache.getRegexp(ThreadContext context,
int index,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp(ThreadContext context,
int i,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp0(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp1(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp2(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp3(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp4(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp5(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp6(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp7(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp8(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
RubyRegexp |
AbstractScript.getRegexp9(ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
Modifier and Type | Method and Description |
---|---|
RubyRegexp |
RuntimeCache.cacheRegexp(int index,
RubyRegexp regexp) |
Modifier and Type | Method and Description |
---|---|
RubyRegexp |
BuildDynRegExpInstr.getRegexp() |
Modifier and Type | Method and Description |
---|---|
static RubyRegexp |
IRRuntimeHelpers.newDynamicRegexp(ThreadContext context,
IRubyObject[] pieces,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newDynamicRegexp(ThreadContext context,
IRubyObject arg0,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newDynamicRegexp(ThreadContext context,
IRubyObject arg0,
IRubyObject arg1,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newDynamicRegexp(ThreadContext context,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newDynamicRegexp(ThreadContext context,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
IRubyObject arg3,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newDynamicRegexp(ThreadContext context,
IRubyObject arg0,
IRubyObject arg1,
IRubyObject arg2,
IRubyObject arg3,
IRubyObject arg4,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newLiteralRegexp(ThreadContext context,
org.jruby.util.ByteList source,
int embeddedOptions) |
static RubyRegexp |
IRRuntimeHelpers.newLiteralRegexp(ThreadContext context,
org.jruby.util.ByteList source,
RegexpOptions options) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
IRRuntimeHelpers.match3(ThreadContext context,
RubyRegexp regexp,
IRubyObject argValue) |
Modifier and Type | Method and Description |
---|---|
RubyRegexp |
DRegexpObjectSite.construct(ThreadContext context,
RubyString[] pieces) |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
Helpers.match3_19(RubyRegexp regexp,
IRubyObject value,
ThreadContext context) |
static IRubyObject |
Helpers.match3(RubyRegexp regexp,
IRubyObject value,
ThreadContext context) |
Copyright © 2001-2016 JRuby. All Rights Reserved.