Package | Description |
---|---|
org.jruby.ext.ripper |
Modifier and Type | Method and Description |
---|---|
static RipperLexer.Keyword |
RipperLexer.getKeyword(String str) |
static RipperLexer.Keyword |
RipperLexer.Keyword.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RipperLexer.Keyword[] |
RipperLexer.Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001–2016 JRuby. All rights reserved.