public class ReservedWords extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isKeyword(String word) |
static boolean |
isLiteral(String word) |
static boolean |
isReserved(String word) |
see also the complete user documentation .