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 intCOMMENTRegularExpression Id.static intDEFAULTLexical state.static intDIGITSRegularExpression Id.static intEOFEnd of File.static intINCOMMENTLexical state.static intMILITARY_ZONERegularExpression Id.static intNESTED_COMMENTLexical state.static intOFFSETDIRRegularExpression Id.static intQUOTEDPAIRRegularExpression Id.static String[]tokenImageLiteral token values.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
-
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 String[] tokenImage
Literal token values.
-
-