Uses of Class
org.jruby.RubyRegexp

Packages that use RubyRegexp
org.jruby   
org.jruby.ast   
org.jruby.javasupport.util   
 

Uses of RubyRegexp in org.jruby
 

Methods in org.jruby that return RubyRegexp
static RubyRegexp RubyRegexp.newInstance(IRubyObject recv, IRubyObject[] args)
           
static RubyRegexp RubyRegexp.newRegexp(Ruby runtime, ByteList pattern, int options)
           
static RubyRegexp RubyRegexp.newRegexp(Ruby runtime, ByteList pattern, int options, boolean quote)
           
static RubyRegexp RubyRegexp.newRegexp(Ruby runtime, java.lang.String pattern, int options)
           
static RubyRegexp RubyRegexp.unmarshalFrom(UnmarshalStream input)
           
 

Methods in org.jruby with parameters of type RubyRegexp
static void RubyRegexp.marshalTo(RubyRegexp regexp, MarshalStream output)
           
 

Uses of RubyRegexp in org.jruby.ast
 

Methods in org.jruby.ast that return RubyRegexp
 RubyRegexp DRegexpNode.getOnceRegexp()
          For regular expressions with /o flag
 RubyRegexp RegexpNode.getPattern()
           
 

Methods in org.jruby.ast with parameters of type RubyRegexp
 void DRegexpNode.setOnceRegexp(RubyRegexp regexp)
          For regular expressions with /o flag, the value in here can be used for subsequent evaluations.
 void RegexpNode.setPattern(RubyRegexp p)
           
 

Uses of RubyRegexp in org.jruby.javasupport.util
 

Methods in org.jruby.javasupport.util with parameters of type RubyRegexp
static IRubyObject RuntimeHelpers.match3(RubyRegexp regexp, IRubyObject value, ThreadContext context)
           
 



Copyright © 2002-2007 JRuby Team. All Rights Reserved.