| Package | Description |
|---|---|
| org.jruby.ext.ripper |
| Modifier and Type | Field and Description |
|---|---|
private RipperLexer.LexState |
RipperLexer.lex_state |
RipperLexer.LexState |
RipperLexer.Keyword.state |
| Modifier and Type | Method and Description |
|---|---|
static RipperLexer.LexState |
RipperLexer.LexState.valueOf(java.lang.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 |
|---|---|
private int |
RipperLexer.doKeyword(RipperLexer.LexState state) |
private int |
RipperLexer.identifierToken(RipperLexer.LexState last_state,
int result,
java.lang.String value) |
void |
RipperLexer.setState(RipperLexer.LexState state) |
void |
RipperParser.setState(RipperLexer.LexState lexState) |
| Constructor and Description |
|---|
Keyword(java.lang.String name,
int id0,
int id1,
RipperLexer.LexState state) |