Package org.jruby.javasupport.ext
Class JavaUtilRegex.Matcher
java.lang.Object
org.jruby.javasupport.ext.JavaUtilRegex.Matcher
- Enclosing class:
- JavaUtilRegex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObjectaref(ThreadContext context, IRubyObject self, IRubyObject idx) static IRubyObjectaref(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1) static IRubyObjectbegin(ThreadContext context, IRubyObject self, IRubyObject idx) static RubyArraycaptures(ThreadContext context, IRubyObject self) (package private) static RubyClassstatic IRubyObjectend(ThreadContext context, IRubyObject self, IRubyObject idx) private static IRubyObject[]groups(ThreadContext context, IRubyObject self, int off) static IRubyObjectoffset(ThreadContext context, IRubyObject self, IRubyObject idx) static IRubyObjectpost_match(ThreadContext context, IRubyObject self) static IRubyObjectpre_match(ThreadContext context, IRubyObject self) static IRubyObjectregexp(ThreadContext context, IRubyObject self) static RubyFixnumsize(ThreadContext context, IRubyObject self) private static RubyStringstr(ThreadContext context, IRubyObject self) static RubyStringstring(ThreadContext context, IRubyObject self) static RubyArrayto_a(ThreadContext context, IRubyObject self) static IRubyObjectvalues_at(ThreadContext context, IRubyObject self, IRubyObject[] args)
-
Constructor Details
-
Matcher
public Matcher()
-
-
Method Details
-
define
-
regexp
-
begin
-
end
-
offset
-
size
-
string
-
str
-
pre_match
-
post_match
-
to_a
-
captures
-
groups
-
aref
-
aref
public static IRubyObject aref(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1) -
values_at
-