public static class JavaUtilRegex.Matcher
extends java.lang.Object
Constructor and Description |
---|
Matcher() |
public static IRubyObject regexp(ThreadContext context, IRubyObject self)
public static IRubyObject begin(ThreadContext context, IRubyObject self, IRubyObject idx)
public static IRubyObject end(ThreadContext context, IRubyObject self, IRubyObject idx)
public static IRubyObject offset(ThreadContext context, IRubyObject self, IRubyObject idx)
public static RubyFixnum size(ThreadContext context, IRubyObject self)
public static RubyString string(ThreadContext context, IRubyObject self)
public static IRubyObject pre_match(ThreadContext context, IRubyObject self)
public static IRubyObject post_match(ThreadContext context, IRubyObject self)
public static RubyArray to_a(ThreadContext context, IRubyObject self)
public static RubyArray captures(ThreadContext context, IRubyObject self)
public static IRubyObject aref(ThreadContext context, IRubyObject self, IRubyObject idx)
public static IRubyObject aref(ThreadContext context, IRubyObject self, IRubyObject arg0, IRubyObject arg1)
public static IRubyObject values_at(ThreadContext context, IRubyObject self, IRubyObject[] args)
Copyright © 2001-2018 JRuby. All Rights Reserved.