|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RubyRegexp | |
---|---|
org.jruby | |
org.jruby.ast | |
org.jruby.ast.executable | |
org.jruby.javasupport.util |
Uses of RubyRegexp in org.jruby |
---|
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.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 with parameters of type RubyRegexp | |
---|---|
static void |
RubyRegexp.marshalTo(RubyRegexp regexp,
MarshalStream output)
|
Uses of RubyRegexp in org.jruby.ast |
---|
Methods in org.jruby.ast that return RubyRegexp | |
---|---|
RubyRegexp |
RegexpNode.getPattern()
|
RubyRegexp |
RegexpNode.loadPattern(Ruby runtime)
|
Methods in org.jruby.ast with parameters of type RubyRegexp | |
---|---|
void |
RegexpNode.setPattern(RubyRegexp p)
|
Uses of RubyRegexp in org.jruby.ast.executable |
---|
Fields in org.jruby.ast.executable declared as RubyRegexp | |
---|---|
RubyRegexp[] |
RuntimeCache.regexps
|
Methods in org.jruby.ast.executable that return RubyRegexp | |
---|---|
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)
|
Uses of RubyRegexp in org.jruby.javasupport.util |
---|
Methods in org.jruby.javasupport.util with parameters of type RubyRegexp | |
---|---|
static IRubyObject |
RuntimeHelpers.match3(RubyRegexp regexp,
IRubyObject value,
ThreadContext context)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |