|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.RubyObject
org.jruby.RubyRegexp
Field Summary |
Fields inherited from class org.jruby.RubyObject |
runtime |
Fields inherited from interface org.jruby.parser.ReOptions |
RE_MAY_IGNORECASE, RE_OPTION_EXTENDED, RE_OPTION_IGNORECASE, RE_OPTION_LONGEST, RE_OPTION_MULTILINE, RE_OPTION_POSIXLINE, RE_OPTION_SINGLELINE |
Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
NULL_ARRAY |
Constructor Summary | |
RubyRegexp(Ruby ruby)
|
Method Summary | |
RubyBoolean |
casefold()
rb_reg_casefold_p |
static RubyClass |
createRegexpClass(Ruby ruby)
|
RubyBoolean |
equal(IRubyObject other)
rb_reg_equal |
IRubyObject |
initialize(IRubyObject[] args)
|
void |
initialize(java.lang.String pat,
int opts)
|
RubyString |
inspect()
rb_reg_inspect |
static IRubyObject |
last_match_s(IRubyObject recv)
|
static IRubyObject |
last_match(IRubyObject match)
rb_reg_last_match |
void |
marshalTo(MarshalStream output)
Method marshalTo. |
static IRubyObject |
match_last(IRubyObject match)
rb_reg_match_last |
IRubyObject |
match_m(IRubyObject target)
rb_reg_match_m |
static IRubyObject |
match_post(IRubyObject match)
rb_reg_match_post |
static IRubyObject |
match_pre(IRubyObject match)
rb_reg_match_pre |
IRubyObject |
match(IRubyObject target)
rb_reg_match |
IRubyObject |
match2()
rb_reg_match2 |
static RubyRegexp |
newInstance(IRubyObject recv,
IRubyObject[] args)
|
static RubyRegexp |
newRegexp(RubyString str,
int options)
|
static RubyRegexp |
newRegexp(Ruby ruby,
java.lang.String str,
int options)
|
static IRubyObject |
nth_match(int n,
IRubyObject match)
rb_reg_nth_match |
static RubyString |
quote(IRubyObject recv,
RubyString str)
rb_reg_s_quote |
static java.lang.String |
quote(java.lang.String orig)
|
IRubyObject |
rbClone()
rb_obj_clone |
static RubyRegexp |
regexpValue(IRubyObject obj)
|
IRubyObject |
regsub(IRubyObject str,
RubyMatchData match)
rb_reg_regsub |
int |
search(IRubyObject target,
int pos)
rb_reg_search |
RubyString |
source()
rb_reg_source |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public RubyRegexp(Ruby ruby)
Method Detail |
public static RubyClass createRegexpClass(Ruby ruby)
public void initialize(java.lang.String pat, int opts)
public static java.lang.String quote(java.lang.String orig)
public static RubyRegexp regexpValue(IRubyObject obj)
public static RubyRegexp newRegexp(RubyString str, int options)
public static RubyRegexp newRegexp(Ruby ruby, java.lang.String str, int options)
public static RubyRegexp newInstance(IRubyObject recv, IRubyObject[] args)
public IRubyObject initialize(IRubyObject[] args)
public static RubyString quote(IRubyObject recv, RubyString str)
public static IRubyObject last_match_s(IRubyObject recv)
public RubyBoolean equal(IRubyObject other)
equal
in class RubyObject
public IRubyObject match2()
public IRubyObject match(IRubyObject target)
public IRubyObject match_m(IRubyObject target)
public RubyString source()
public RubyBoolean casefold()
public static IRubyObject nth_match(int n, IRubyObject match)
public static IRubyObject last_match(IRubyObject match)
public static IRubyObject match_pre(IRubyObject match)
public static IRubyObject match_post(IRubyObject match)
public static IRubyObject match_last(IRubyObject match)
public int search(IRubyObject target, int pos)
public IRubyObject regsub(IRubyObject str, RubyMatchData match)
public IRubyObject rbClone()
RubyObject
rbClone
in interface IRubyObject
rbClone
in class RubyObject
public RubyString inspect()
inspect
in interface IRubyObject
inspect
in class RubyObject
public void marshalTo(MarshalStream output) throws java.io.IOException
IRubyObject
marshalTo
in interface IRubyObject
marshalTo
in class RubyObject
java.io.IOException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |