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 IRubyObjectcasefold_p(ThreadContext context, IRubyObject self) static IRubyObjecteqq(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObjectinspect(ThreadContext context, IRubyObject self) static IRubyObjectmatch(ThreadContext context, IRubyObject self, IRubyObject str) static IRubyObjectop_match(ThreadContext context, IRubyObject self, IRubyObject str)
-
Constructor Details
-
Pattern
public Pattern()
-
-
Method Details
-
op_match
-
match
-
eqq
-
casefold_p
-
inspect
-