org.axiondb.parser
Interface AxionDateTimeFormatParserConstants

All Known Implementing Classes:
AxionDateTimeFormatParser, AxionDateTimeFormatParserTokenManager

public interface AxionDateTimeFormatParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


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

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

WEEKDAY

static final int WEEKDAY
RegularExpression Id.

See Also:
Constant Field Values

WEEKDAY3

static final int WEEKDAY3
RegularExpression Id.

See Also:
Constant Field Values

WEEKDAY_FULL

static final int WEEKDAY_FULL
RegularExpression Id.

See Also:
Constant Field Values

JULIAN_DAY

static final int JULIAN_DAY
RegularExpression Id.

See Also:
Constant Field Values

DAY

static final int DAY
RegularExpression Id.

See Also:
Constant Field Values

MONTH

static final int MONTH
RegularExpression Id.

See Also:
Constant Field Values

MONTH_3

static final int MONTH_3
RegularExpression Id.

See Also:
Constant Field Values

MONTH_FULL

static final int MONTH_FULL
RegularExpression Id.

See Also:
Constant Field Values

YEAR

static final int YEAR
RegularExpression Id.

See Also:
Constant Field Values

YEAR_2

static final int YEAR_2
RegularExpression Id.

See Also:
Constant Field Values

ERA

static final int ERA
RegularExpression Id.

See Also:
Constant Field Values

HOUR12

static final int HOUR12
RegularExpression Id.

See Also:
Constant Field Values

HOUR24

static final int HOUR24
RegularExpression Id.

See Also:
Constant Field Values

HOUR12_PADDED

static final int HOUR12_PADDED
RegularExpression Id.

See Also:
Constant Field Values

HOUR24_PADDED

static final int HOUR24_PADDED
RegularExpression Id.

See Also:
Constant Field Values

MINUTE

static final int MINUTE
RegularExpression Id.

See Also:
Constant Field Values

SECOND

static final int SECOND
RegularExpression Id.

See Also:
Constant Field Values

WEEK

static final int WEEK
RegularExpression Id.

See Also:
Constant Field Values

QUARTER

static final int QUARTER
RegularExpression Id.

See Also:
Constant Field Values

MILLISECOND

static final int MILLISECOND
RegularExpression Id.

See Also:
Constant Field Values

AMPM

static final int AMPM
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

OPENPAREN

static final int OPENPAREN
RegularExpression Id.

See Also:
Constant Field Values

CLOSEPAREN

static final int CLOSEPAREN
RegularExpression Id.

See Also:
Constant Field Values

DASH

static final int DASH
RegularExpression Id.

See Also:
Constant Field Values

SOLIDUS

static final int SOLIDUS
RegularExpression Id.

See Also:
Constant Field Values

ISO9660_T

static final int ISO9660_T
RegularExpression Id.

See Also:
Constant Field Values

WS

static final int WS
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final java.lang.String[] tokenImage
Literal token values.