public interface DateParserConstants
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT
Lexical state.
|
static int |
EOF
End of File.
|
static int |
NEXT
RegularExpression Id.
|
static int |
POSITIVE
RegularExpression Id.
|
static int |
PREVIOUS
RegularExpression Id.
|
static int |
THIS
RegularExpression Id.
|
static int |
THOUSANDS
RegularExpression Id.
|
static int |
TIMEZONE
RegularExpression Id.
|
static int |
TO
RegularExpression Id.
|
static String[] |
tokenImage
Literal token values.
|
static final int EOF
static final int NEXT
static final int PREVIOUS
static final int THIS
static final int TO
static final int POSITIVE
static final int THOUSANDS
static final int TIMEZONE
static final int DEFAULT
static final String[] tokenImage
MMBase 1.9-SNAPSHOT - ${javadoctimestamp}