Package | Description |
---|---|
org.jruby.ext.ripper |
Modifier and Type | Field and Description |
---|---|
RipperLexer.LexState |
RipperLexer.Keyword.state |
Modifier and Type | Method and Description |
---|---|
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 |
RipperLexer.setState(RipperLexer.LexState state) |
void |
RipperParser.setState(RipperLexer.LexState lexState) |
Copyright © 2001–2016 JRuby. All rights reserved.