| Package | Description | 
|---|---|
| org.jruby | |
| org.jruby.ast | |
| org.jruby.ir.instructions | |
| org.jruby.ir.operands | |
| org.jruby.ir.runtime | |
| org.jruby.ir.targets | |
| org.jruby.parser | |
| org.jruby.util | 
| Modifier and Type | Method and Description | 
|---|---|
| RegexpOptions | RubyRegexp. getOptions()rb_reg_options | 
| Modifier and Type | Method and Description | 
|---|---|
| static RubyRegexp | RubyRegexp. newDRegexp(Ruby runtime,
          RubyString pattern,
          RegexpOptions options) | 
| static RubyRegexp | RubyRegexp. newRegexp(Ruby runtime,
         org.jruby.util.ByteList pattern,
         RegexpOptions options) | 
| static RubyRegexp | RubyRegexp. newRegexp(Ruby runtime,
         String pattern,
         RegexpOptions options) | 
| static RubyString | RubyRegexp. preprocessDRegexp(Ruby runtime,
                 IRubyObject[] strings,
                 RegexpOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| RegexpOptions | RegexpNode. getOptions()Gets the options. | 
| RegexpOptions | DRegexpNode. getOptions()Gets the options. | 
| Constructor and Description | 
|---|
| DRegexpNode(ISourcePosition position,
           RegexpOptions options,
           org.jcodings.Encoding encoding) | 
| RegexpNode(ISourcePosition position,
          org.jruby.util.ByteList value,
          RegexpOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| RegexpOptions | BuildDynRegExpInstr. getOptions() | 
| Constructor and Description | 
|---|
| BuildDynRegExpInstr(Variable result,
                   Operand[] pieces,
                   RegexpOptions options) | 
| Modifier and Type | Field and Description | 
|---|---|
| RegexpOptions | Regexp. options | 
| Constructor and Description | 
|---|
| Regexp(org.jruby.util.ByteList source,
      RegexpOptions options) | 
| Modifier and Type | Method and Description | 
|---|---|
| static RubyRegexp | IRRuntimeHelpers. newLiteralRegexp(ThreadContext context,
                org.jruby.util.ByteList source,
                RegexpOptions options) | 
| Modifier and Type | Field and Description | 
|---|---|
| protected RegexpOptions | RegexpObjectSite. options | 
| protected RegexpOptions | DRegexpObjectSite. options | 
| Modifier and Type | Method and Description | 
|---|---|
| void | IRBytecodeAdapter7. pushDRegexp(Runnable callback,
           RegexpOptions options,
           int arity) | 
| void | IRBytecodeAdapter6. pushDRegexp(Runnable callback,
           RegexpOptions options,
           int arity) | 
| abstract void | IRBytecodeAdapter. pushDRegexp(Runnable callback,
           RegexpOptions options,
           int arity)Build a dynamic regexp. | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | ParserSupport. checkRegexpSyntax(org.jruby.util.ByteList value,
                 RegexpOptions options) | 
| Modifier and Type | Field and Description | 
|---|---|
| static RegexpOptions | RegexpOptions. NULL_OPTIONS | 
| Modifier and Type | Method and Description | 
|---|---|
| static RegexpOptions | RegexpOptions. fromEmbeddedOptions(int embeddedOptions) | 
| static RegexpOptions | RegexpOptions. fromJoniOptions(int joniOptions) | 
| RegexpOptions | RegexpOptions. withoutOnce() | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | RegexpSupport. appendOptions(org.jruby.util.ByteList to,
             RegexpOptions options) | 
| static void | RegexpSupport. raiseRegexpError19(Ruby runtime,
                  org.jruby.util.ByteList bytes,
                  org.jcodings.Encoding enc,
                  RegexpOptions options,
                  String err) | 
| static org.jruby.util.ByteList | RegexpSupport. regexpDescription19(Ruby runtime,
                   org.jruby.util.ByteList bytes,
                   RegexpOptions options,
                   org.jcodings.Encoding enc) | 
Copyright © 2001-2016 JRuby. All Rights Reserved.