|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jruby.RubyObject
org.jruby.RubyMatchData
| Field Summary |
| Fields inherited from class org.jruby.RubyObject |
runtime |
| Fields inherited from interface org.jruby.runtime.builtin.IRubyObject |
NULL_ARRAY |
| Constructor Summary | |
RubyMatchData(Ruby ruby,
java.lang.String str,
int[] begin,
int[] end)
|
|
| Method Summary | |
IRubyObject |
aref(IRubyObject[] args)
match_aref |
IRubyObject |
begin(RubyFixnum index)
match_begin |
static RubyClass |
createMatchDataClass(Ruby ruby)
|
IRubyObject |
end(RubyFixnum index)
match_end |
long |
getSize()
|
IRubyObject |
group(long n)
|
int |
matchEndPosition()
|
int |
matchStartPosition()
|
IRubyObject |
offset(RubyFixnum index)
match_offset |
RubyString |
post_match()
match_post_match |
RubyString |
pre_match()
match_pre_match |
IRubyObject |
rbClone()
match_clone |
RubyFixnum |
size()
match_size |
RubyString |
string()
match_string |
RubyArray |
subseq(long beg,
long len)
|
RubyArray |
to_a()
match_to_a |
RubyString |
to_s()
match_to_s |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RubyMatchData(Ruby ruby,
java.lang.String str,
int[] begin,
int[] end)
| Method Detail |
public static RubyClass createMatchDataClass(Ruby ruby)
public RubyArray subseq(long beg,
long len)
public long getSize()
public IRubyObject group(long n)
public int matchStartPosition()
public int matchEndPosition()
public IRubyObject aref(IRubyObject[] args)
public IRubyObject begin(RubyFixnum index)
public IRubyObject end(RubyFixnum index)
public RubyFixnum size()
public IRubyObject offset(RubyFixnum index)
public RubyString pre_match()
public RubyString post_match()
public RubyString string()
public RubyArray to_a()
to_a in class RubyObjectpublic RubyString to_s()
to_s in class RubyObjectpublic IRubyObject rbClone()
rbClone in interface IRubyObjectrbClone in class RubyObject
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||