| Package | Description |
|---|---|
| org.jruby.ext.ripper |
| Modifier and Type | Field and Description |
|---|---|
RipperLexer.LexState |
RipperLexer.Keyword.state |
| Modifier and Type | Method and Description |
|---|---|
RipperLexer.LexState |
RipperParserBase.getState() |
RipperLexer.LexState |
RipperLexer.getState() |
static RipperLexer.LexState |
RipperLexer.LexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RipperLexer.LexState[] |
RipperLexer.LexState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RipperParserBase.setState(RipperLexer.LexState lexState) |
void |
RipperLexer.setState(RipperLexer.LexState state) |
Copyright © 2001-2016 JRuby. All Rights Reserved.