Package | Description |
---|---|
org.jruby | |
org.jruby.ast | |
org.jruby.ast.executable | |
org.jruby.runtime | |
org.jruby.runtime.invokedynamic |
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.newInstance(IRubyObject recv,
IRubyObject[] args)
Deprecated.
|
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,
String pattern,
RegexpOptions options) |
static RubyRegexp |
RubyRegexp.unmarshalFrom(UnmarshalStream input) |
Modifier and Type | Method and Description |
---|---|
static void |
RubyRegexp.marshalTo(RubyRegexp regexp,
MarshalStream output) |
Modifier and Type | Method and Description |
---|---|
RubyRegexp |
RegexpNode.getPattern() |
RubyRegexp |
RegexpNode.loadPattern(Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
void |
RegexpNode.setPattern(RubyRegexp p) |
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 |
---|---|
static IRubyObject |
Helpers.match3_19(RubyRegexp regexp,
IRubyObject value,
ThreadContext context) |
static IRubyObject |
Helpers.match3(RubyRegexp regexp,
IRubyObject value,
ThreadContext context) |
Modifier and Type | Method and Description |
---|---|
static RubyRegexp |
InvokeDynamicSupport.initRegexp(java.lang.invoke.MutableCallSite site,
ThreadContext context,
org.jruby.util.ByteList pattern,
int options) |
Copyright © 2001-2014 JRuby. All Rights Reserved.