Package | Description |
---|---|
org.jruby.lexer.yacc |
Modifier and Type | Method and Description |
---|---|
static RubyLexer.Keyword |
RubyLexer.getKeyword(org.jruby.util.ByteList str) |
static RubyLexer.Keyword |
RubyLexer.getKeyword(java.lang.String str) |
static RubyLexer.Keyword |
KeywordMatch.match(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match12(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match2(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match3(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match4(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match5(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match6(byte[] words) |
static RubyLexer.Keyword |
KeywordMatch.match8(byte[] words) |
static RubyLexer.Keyword |
RubyLexer.Keyword.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RubyLexer.Keyword[] |
RubyLexer.Keyword.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2001-2018 JRuby. All Rights Reserved.