|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RegexpOptions | |
|---|---|
| org.jrubyparser | |
| org.jrubyparser.ast | |
| org.jrubyparser.parser | |
| Uses of RegexpOptions in org.jrubyparser |
|---|
| Fields in org.jrubyparser declared as RegexpOptions | |
|---|---|
static RegexpOptions |
RegexpOptions.NULL_OPTIONS
|
| Methods in org.jrubyparser that return RegexpOptions | |
|---|---|
RegexpOptions |
RegexpOptions.withoutOnce()
|
| Uses of RegexpOptions in org.jrubyparser.ast |
|---|
| Methods in org.jrubyparser.ast that return RegexpOptions | |
|---|---|
RegexpOptions |
RegexpNode.getOptions()
Gets the options. |
RegexpOptions |
DRegexpNode.getOptions()
Gets the options. |
| Constructors in org.jrubyparser.ast with parameters of type RegexpOptions | |
|---|---|
DRegexpNode(SourcePosition position,
RegexpOptions options)
|
|
DRegexpNode(SourcePosition position,
RegexpOptions options,
boolean is19)
|
|
RegexpNode(SourcePosition position,
String value,
RegexpOptions options)
|
|
| Uses of RegexpOptions in org.jrubyparser.parser |
|---|
| Methods in org.jrubyparser.parser with parameters of type RegexpOptions | |
|---|---|
protected void |
ParserSupport.checkRegexpSyntax(String value,
RegexpOptions options)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||