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) static IRubyObjectend(ThreadContext context, IRubyObject self, IRubyObject idx) 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) 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
-
regexp
-
begin
-
end
-
offset
-
size
-
string
-
pre_match
-
post_match
-
to_a
-
captures
-
aref
-
aref
public static IRubyObject aref(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1) -
values_at
-