Package org.jruby.javasupport.ext
Class JavaUtilRegex.Pattern
java.lang.Object
org.jruby.javasupport.ext.JavaUtilRegex.Pattern
- Enclosing class:
JavaUtilRegex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic IRubyObject
casefold_p
(ThreadContext context, IRubyObject self) static IRubyObject
eqq
(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObject
inspect
(ThreadContext context, IRubyObject self) static IRubyObject
match
(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObject
op_match
(ThreadContext context, IRubyObject self, IRubyObject str)
-
Constructor Details
-
Pattern
public Pattern()
-
-
Method Details
-
op_match
-
match
-
eqq
-
casefold_p
-
inspect
-