| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.ast | |
| org.jruby.compiler.ir.operands | |
| org.jruby.parser | |
| org.jruby.util |
| 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,
java.lang.String pattern,
RegexpOptions options) |
| Modifier and Type | Method and Description |
|---|---|
RegexpOptions |
DRegexpNode.getOptions()
Gets the options.
|
RegexpOptions |
RegexpNode.getOptions()
Gets the options.
|
| Constructor and Description |
|---|
DRegexpNode(ISourcePosition position,
RegexpOptions options) |
DRegexpNode(ISourcePosition position,
RegexpOptions options,
boolean is19) |
RegexpNode(ISourcePosition position,
org.jruby.util.ByteList value,
RegexpOptions options) |
| Modifier and Type | Field and Description |
|---|---|
RegexpOptions |
Regexp.options |
| Constructor and Description |
|---|
Regexp(Operand regexp,
RegexpOptions options) |
| 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() |
Copyright © 2002-2009 JRuby Team. All Rights Reserved.