|
||||||||||
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 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,
int options)
|
static RubyRegexp |
RubyRegexp.newRegexp(Ruby runtime,
java.lang.String pattern,
int 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 |
DRegexpNode.getOnceRegexp()
For regular expressions with /o flag |
RubyRegexp |
RegexpNode.getPattern()
|
Methods in org.jruby.ast with parameters of type RubyRegexp | |
---|---|
void |
DRegexpNode.setOnceRegexp(RubyRegexp regexp)
For regular expressions with /o flag, the value in here can be used for subsequent evaluations. |
void |
RegexpNode.setPattern(RubyRegexp p)
|
Uses of RubyRegexp in org.jruby.ast.executable |
---|
Fields in org.jruby.ast.executable declared as RubyRegexp | |
---|---|
RubyRegexp[] |
AbstractScript.RuntimeCache.regexps
|
Methods in org.jruby.ast.executable that return RubyRegexp | |
---|---|
RubyRegexp |
AbstractScript.RuntimeCache.cacheRegexp(int index,
RubyString pattern,
int options)
|
RubyRegexp |
AbstractScript.RuntimeCache.getRegexp(int index)
|
RubyRegexp |
AbstractScript.getRegexp(Ruby runtime,
int i,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.RuntimeCache.getRegexp(Ruby runtime,
int index,
java.lang.String pattern,
int options)
|
RubyRegexp |
AbstractScript.getRegexp0(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp1(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp2(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp3(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp4(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp5(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp6(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp7(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp8(Ruby runtime,
java.lang.String name,
int options)
|
RubyRegexp |
AbstractScript.getRegexp9(Ruby runtime,
java.lang.String name,
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 |