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