net.sf.rej.java
Class Keywords

java.lang.Object
  extended by net.sf.rej.java.Keywords

public class Keywords
extends java.lang.Object

Utility class to centralize testing of keywords.

Author:
Sami Koivu

Constructor Summary
Keywords()
           
 
Method Summary
static boolean isKeyword(java.lang.String str)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Keywords

public Keywords()
Method Detail

isKeyword

public static boolean isKeyword(java.lang.String str)