public class TokenConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
EOF_TOKEN |
static int |
NEWLINE_TOKEN |
static int |
SPACE_TOKEN |
static int |
TAB_TOKEN |
| Constructor and Description |
|---|
TokenConstants() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isComment(int tokenType) |
static boolean |
isSpaceOrTab(int tokenType) |
static boolean |
isWhitespace(int tokenType) |
static boolean |
isWhitespaceOrComment(int tokenType) |
Copyright © 2007–2017. All rights reserved.