public class KeywordMatch extends Object
Constructor and Description |
---|
KeywordMatch() |
Modifier and Type | Method and Description |
---|---|
static RubyLexer.Keyword |
match(byte[] words) |
static RubyLexer.Keyword |
match12(byte[] words) |
static RubyLexer.Keyword |
match2(byte[] words) |
static RubyLexer.Keyword |
match3(byte[] words) |
static RubyLexer.Keyword |
match4(byte[] words) |
static RubyLexer.Keyword |
match5(byte[] words) |
static RubyLexer.Keyword |
match6(byte[] words) |
static RubyLexer.Keyword |
match8(byte[] words) |
public static RubyLexer.Keyword match(byte[] words)
public static RubyLexer.Keyword match2(byte[] words)
public static RubyLexer.Keyword match3(byte[] words)
public static RubyLexer.Keyword match4(byte[] words)
public static RubyLexer.Keyword match5(byte[] words)
public static RubyLexer.Keyword match6(byte[] words)
public static RubyLexer.Keyword match8(byte[] words)
public static RubyLexer.Keyword match12(byte[] words)
Copyright © 2001-2015 JRuby. All Rights Reserved.