public static class HeaderTokenizer.Token
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
ATOM |
static int |
COMMENT |
static int |
EOF |
static int |
QUOTEDSTRING |
| Constructor and Description |
|---|
Token(int type,
java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getType() |
java.lang.String |
getValue() |
public static final int ATOM
public static final int COMMENT
public static final int EOF
public static final int QUOTEDSTRING