Interface DateTimeParserConstants
-
- All Known Implementing Classes:
DateTimeParser,DateTimeParserTokenManager
public interface DateTimeParserConstantsToken literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
-
-
Field Summary
Fields Modifier and Type Field Description static intANYRegularExpression Id.static intAPRRegularExpression Id.static intAUGRegularExpression Id.static intCOMMENTRegularExpression Id.static intDECRegularExpression Id.static intDEFAULTLexical state.static intDIGITSRegularExpression Id.static intEOFEnd of File.static intFEBRegularExpression Id.static intFRIRegularExpression Id.static intINCOMMENTLexical state.static intJANRegularExpression Id.static intJULRegularExpression Id.static intJUNRegularExpression Id.static intMARRegularExpression Id.static intMAYRegularExpression Id.static intMILITARY_ZONERegularExpression Id.static intMONRegularExpression Id.static intNESTED_COMMENTLexical state.static intNOVRegularExpression Id.static intOCTRegularExpression Id.static intOFFSETDIRRegularExpression Id.static intQUOTEDPAIRRegularExpression Id.static intSATRegularExpression Id.static intSEPRegularExpression Id.static intSUNRegularExpression Id.static intTHURegularExpression Id.static java.lang.String[]tokenImageLiteral token values.static intTUERegularExpression Id.static intWEDRegularExpression Id.static intWSRegularExpression 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.
-
-