| Package | Description |
|---|---|
| org.jruby.lexer.yacc |
| Modifier and Type | Field and Description |
|---|---|
RubyLexer.LexState |
RubyLexer.Keyword.state |
| Modifier and Type | Method and Description |
|---|---|
RubyLexer.LexState |
RubyLexer.getState() |
static RubyLexer.LexState |
RubyLexer.LexState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RubyLexer.LexState[] |
RubyLexer.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 |
RubyLexer.setState(RubyLexer.LexState state) |
Copyright © 2001-2016 JRuby. All Rights Reserved.