public class ReservedWords
extends Object
-
Method Summary
static boolean
static boolean
static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Method Details
-
isKeyword
public static boolean isKeyword(String word)
-
isLiteral
public static boolean isLiteral(String word)
-
isReserved
public static boolean isReserved(String word)