Package | Description |
---|---|
org.jruby | |
org.jruby.ast | |
org.jruby.ir.operands | |
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) |
DRegexpNode(ISourcePosition position,
RegexpOptions options,
org.jcodings.Encoding encoding) |
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 © 2001-2016 JRuby. All Rights Reserved.