| Package | Description |
|---|---|
| org.jruby.lexer.yacc |
| Modifier and Type | Field and Description |
|---|---|
private RubyYaccLexer.LexState |
RubyYaccLexer.last_state |
private RubyYaccLexer.LexState |
RubyYaccLexer.lex_state |
RubyYaccLexer.LexState |
RubyYaccLexer.Keyword.state |
| Modifier and Type | Method and Description |
|---|---|
static RubyYaccLexer.LexState |
RubyYaccLexer.LexState.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyYaccLexer.LexState[] |
RubyYaccLexer.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 |
RubyYaccLexer.doKeyword(RubyYaccLexer.LexState state) |
void |
RubyYaccLexer.setState(RubyYaccLexer.LexState state) |
| Constructor and Description |
|---|
Keyword(java.lang.String name,
int id0,
int id1,
RubyYaccLexer.LexState state) |