|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RegexpOptions | |
---|---|
org.jruby | |
org.jruby.ast | |
org.jruby.compiler.ir.operands | |
org.jruby.parser | |
org.jruby.util |
Uses of RegexpOptions in org.jruby |
---|
Methods in org.jruby with parameters of type RegexpOptions | |
---|---|
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)
|
Uses of RegexpOptions in org.jruby.ast |
---|
Methods in org.jruby.ast that return RegexpOptions | |
---|---|
RegexpOptions |
DRegexpNode.getOptions()
Gets the options. |
RegexpOptions |
RegexpNode.getOptions()
Gets the options. |
Constructors in org.jruby.ast with parameters of type RegexpOptions | |
---|---|
DRegexpNode(ISourcePosition position,
RegexpOptions options)
|
|
DRegexpNode(ISourcePosition position,
RegexpOptions options,
boolean is19)
|
|
RegexpNode(ISourcePosition position,
org.jruby.util.ByteList value,
RegexpOptions options)
|
Uses of RegexpOptions in org.jruby.compiler.ir.operands |
---|
Fields in org.jruby.compiler.ir.operands declared as RegexpOptions | |
---|---|
RegexpOptions |
Regexp.options
|
Constructors in org.jruby.compiler.ir.operands with parameters of type RegexpOptions | |
---|---|
Regexp(Operand regexp,
RegexpOptions options)
|
Uses of RegexpOptions in org.jruby.parser |
---|
Methods in org.jruby.parser with parameters of type RegexpOptions | |
---|---|
protected void |
ParserSupport.checkRegexpSyntax(org.jruby.util.ByteList value,
RegexpOptions options)
|
Uses of RegexpOptions in org.jruby.util |
---|
Fields in org.jruby.util declared as RegexpOptions | |
---|---|
static RegexpOptions |
RegexpOptions.NULL_OPTIONS
|
Methods in org.jruby.util that return RegexpOptions | |
---|---|
static RegexpOptions |
RegexpOptions.fromEmbeddedOptions(int embeddedOptions)
|
static RegexpOptions |
RegexpOptions.fromJoniOptions(int joniOptions)
|
RegexpOptions |
RegexpOptions.withoutOnce()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |