org.axiondb.parser
public interface AxionDateTimeFormatParserConstants
Field Summary | |
---|---|
int | AMPM RegularExpression Id. |
int | CLOSEPAREN RegularExpression Id. |
int | COLON RegularExpression Id. |
int | COMMA RegularExpression Id. |
int | DASH RegularExpression Id. |
int | DAY RegularExpression Id. |
int | DEFAULT Lexical state. |
int | DOT RegularExpression Id. |
int | EOF End of File. |
int | ERA RegularExpression Id. |
int | HOUR12 RegularExpression Id. |
int | HOUR12_PADDED RegularExpression Id. |
int | HOUR24 RegularExpression Id. |
int | HOUR24_PADDED RegularExpression Id. |
int | ISO9660_T RegularExpression Id. |
int | JULIAN_DAY RegularExpression Id. |
int | MILLISECOND RegularExpression Id. |
int | MINUTE RegularExpression Id. |
int | MONTH RegularExpression Id. |
int | MONTH_3 RegularExpression Id. |
int | MONTH_FULL RegularExpression Id. |
int | OPENPAREN RegularExpression Id. |
int | QUARTER RegularExpression Id. |
int | SECOND RegularExpression Id. |
int | SEMICOLON RegularExpression Id. |
int | SOLIDUS RegularExpression Id. |
String[] | tokenImage Literal token values. |
int | WEEK RegularExpression Id. |
int | WEEKDAY RegularExpression Id. |
int | WEEKDAY_FULL RegularExpression Id. |
int | WEEKDAY3 RegularExpression Id. |
int | WS RegularExpression Id. |
int | YEAR RegularExpression Id. |
int | YEAR_2 RegularExpression Id. |