org.jruby.lexer.yacc
Class KeywordMatch

java.lang.Object
  extended by org.jruby.lexer.yacc.KeywordMatch

public class KeywordMatch
extends java.lang.Object


Constructor Summary
KeywordMatch()
           
 
Method Summary
static RubyYaccLexer.Keyword match(byte[] words)
           
static RubyYaccLexer.Keyword match12(byte[] words)
           
static RubyYaccLexer.Keyword match2(byte[] words)
           
static RubyYaccLexer.Keyword match3(byte[] words)
           
static RubyYaccLexer.Keyword match4(byte[] words)
           
static RubyYaccLexer.Keyword match5(byte[] words)
           
static RubyYaccLexer.Keyword match6(byte[] words)
           
static RubyYaccLexer.Keyword match8(byte[] words)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KeywordMatch

public KeywordMatch()
Method Detail

match

public static RubyYaccLexer.Keyword match(byte[] words)

match2

public static RubyYaccLexer.Keyword match2(byte[] words)

match3

public static RubyYaccLexer.Keyword match3(byte[] words)

match4

public static RubyYaccLexer.Keyword match4(byte[] words)

match5

public static RubyYaccLexer.Keyword match5(byte[] words)

match6

public static RubyYaccLexer.Keyword match6(byte[] words)

match8

public static RubyYaccLexer.Keyword match8(byte[] words)

match12

public static RubyYaccLexer.Keyword match12(byte[] words)


Copyright © 2002-2009 JRuby Team. All Rights Reserved.