Interface DateTimeParserConstants
-
- All Known Implementing Classes:
DateTimeParser
,DateTimeParserTokenManager
public interface DateTimeParserConstants
Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static int
ANY
RegularExpression Id.static int
APR
RegularExpression Id.static int
AUG
RegularExpression Id.static int
COMMENT
RegularExpression Id.static int
DEC
RegularExpression Id.static int
DEFAULT
Lexical state.static int
DIGITS
RegularExpression Id.static int
EOF
End of File.static int
FEB
RegularExpression Id.static int
FRI
RegularExpression Id.static int
INCOMMENT
Lexical state.static int
JAN
RegularExpression Id.static int
JUL
RegularExpression Id.static int
JUN
RegularExpression Id.static int
MAR
RegularExpression Id.static int
MAY
RegularExpression Id.static int
MILITARY_ZONE
RegularExpression Id.static int
MON
RegularExpression Id.static int
NESTED_COMMENT
Lexical state.static int
NOV
RegularExpression Id.static int
OCT
RegularExpression Id.static int
OFFSETDIR
RegularExpression Id.static int
QUOTEDPAIR
RegularExpression Id.static int
SAT
RegularExpression Id.static int
SEP
RegularExpression Id.static int
SUN
RegularExpression Id.static int
THU
RegularExpression Id.static java.lang.String[]
tokenImage
Literal token values.static int
TUE
RegularExpression Id.static int
WED
RegularExpression Id.static int
WS
RegularExpression Id.
-
-
-
Field Detail
-
EOF
static final int EOF
End of File.- See Also:
- Constant Field Values
-
OFFSETDIR
static final int OFFSETDIR
RegularExpression Id.- See Also:
- Constant Field Values
-
MILITARY_ZONE
static final int MILITARY_ZONE
RegularExpression Id.- See Also:
- Constant Field Values
-
WS
static final int WS
RegularExpression Id.- See Also:
- Constant Field Values
-
COMMENT
static final int COMMENT
RegularExpression Id.- See Also:
- Constant Field Values
-
DIGITS
static final int DIGITS
RegularExpression Id.- See Also:
- Constant Field Values
-
JAN
static final int JAN
RegularExpression Id.- See Also:
- Constant Field Values
-
FEB
static final int FEB
RegularExpression Id.- See Also:
- Constant Field Values
-
MAR
static final int MAR
RegularExpression Id.- See Also:
- Constant Field Values
-
APR
static final int APR
RegularExpression Id.- See Also:
- Constant Field Values
-
MAY
static final int MAY
RegularExpression Id.- See Also:
- Constant Field Values
-
JUN
static final int JUN
RegularExpression Id.- See Also:
- Constant Field Values
-
JUL
static final int JUL
RegularExpression Id.- See Also:
- Constant Field Values
-
AUG
static final int AUG
RegularExpression Id.- See Also:
- Constant Field Values
-
SEP
static final int SEP
RegularExpression Id.- See Also:
- Constant Field Values
-
OCT
static final int OCT
RegularExpression Id.- See Also:
- Constant Field Values
-
NOV
static final int NOV
RegularExpression Id.- See Also:
- Constant Field Values
-
DEC
static final int DEC
RegularExpression Id.- See Also:
- Constant Field Values
-
MON
static final int MON
RegularExpression Id.- See Also:
- Constant Field Values
-
TUE
static final int TUE
RegularExpression Id.- See Also:
- Constant Field Values
-
WED
static final int WED
RegularExpression Id.- See Also:
- Constant Field Values
-
THU
static final int THU
RegularExpression Id.- See Also:
- Constant Field Values
-
FRI
static final int FRI
RegularExpression Id.- See Also:
- Constant Field Values
-
SAT
static final int SAT
RegularExpression Id.- See Also:
- Constant Field Values
-
SUN
static final int SUN
RegularExpression Id.- See Also:
- Constant Field Values
-
QUOTEDPAIR
static final int QUOTEDPAIR
RegularExpression Id.- See Also:
- Constant Field Values
-
ANY
static final int ANY
RegularExpression Id.- See Also:
- Constant Field Values
-
DEFAULT
static final int DEFAULT
Lexical state.- See Also:
- Constant Field Values
-
INCOMMENT
static final int INCOMMENT
Lexical state.- See Also:
- Constant Field Values
-
NESTED_COMMENT
static final int NESTED_COMMENT
Lexical state.- See Also:
- Constant Field Values
-
tokenImage
static final java.lang.String[] tokenImage
Literal token values.
-
-