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