org.axiondb.parser

Interface AxionDateTimeFormatParserConstants

public interface AxionDateTimeFormatParserConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()
Field Summary
intAMPM
RegularExpression Id.
intCLOSEPAREN
RegularExpression Id.
intCOLON
RegularExpression Id.
intCOMMA
RegularExpression Id.
intDASH
RegularExpression Id.
intDAY
RegularExpression Id.
intDEFAULT
Lexical state.
intDOT
RegularExpression Id.
intEOF
End of File.
intERA
RegularExpression Id.
intHOUR12
RegularExpression Id.
intHOUR12_PADDED
RegularExpression Id.
intHOUR24
RegularExpression Id.
intHOUR24_PADDED
RegularExpression Id.
intISO9660_T
RegularExpression Id.
intJULIAN_DAY
RegularExpression Id.
intMILLISECOND
RegularExpression Id.
intMINUTE
RegularExpression Id.
intMONTH
RegularExpression Id.
intMONTH_3
RegularExpression Id.
intMONTH_FULL
RegularExpression Id.
intOPENPAREN
RegularExpression Id.
intQUARTER
RegularExpression Id.
intSECOND
RegularExpression Id.
intSEMICOLON
RegularExpression Id.
intSOLIDUS
RegularExpression Id.
String[]tokenImage
Literal token values.
intWEEK
RegularExpression Id.
intWEEKDAY
RegularExpression Id.
intWEEKDAY_FULL
RegularExpression Id.
intWEEKDAY3
RegularExpression Id.
intWS
RegularExpression Id.
intYEAR
RegularExpression Id.
intYEAR_2
RegularExpression Id.

Field Detail

AMPM

public int AMPM
RegularExpression Id.

CLOSEPAREN

public int CLOSEPAREN
RegularExpression Id.

COLON

public int COLON
RegularExpression Id.

COMMA

public int COMMA
RegularExpression Id.

DASH

public int DASH
RegularExpression Id.

DAY

public int DAY
RegularExpression Id.

DEFAULT

public int DEFAULT
Lexical state.

DOT

public int DOT
RegularExpression Id.

EOF

public int EOF
End of File.

ERA

public int ERA
RegularExpression Id.

HOUR12

public int HOUR12
RegularExpression Id.

HOUR12_PADDED

public int HOUR12_PADDED
RegularExpression Id.

HOUR24

public int HOUR24
RegularExpression Id.

HOUR24_PADDED

public int HOUR24_PADDED
RegularExpression Id.

ISO9660_T

public int ISO9660_T
RegularExpression Id.

JULIAN_DAY

public int JULIAN_DAY
RegularExpression Id.

MILLISECOND

public int MILLISECOND
RegularExpression Id.

MINUTE

public int MINUTE
RegularExpression Id.

MONTH

public int MONTH
RegularExpression Id.

MONTH_3

public int MONTH_3
RegularExpression Id.

MONTH_FULL

public int MONTH_FULL
RegularExpression Id.

OPENPAREN

public int OPENPAREN
RegularExpression Id.

QUARTER

public int QUARTER
RegularExpression Id.

SECOND

public int SECOND
RegularExpression Id.

SEMICOLON

public int SEMICOLON
RegularExpression Id.

SOLIDUS

public int SOLIDUS
RegularExpression Id.

tokenImage

public String[] tokenImage
Literal token values.

WEEK

public int WEEK
RegularExpression Id.

WEEKDAY

public int WEEKDAY
RegularExpression Id.

WEEKDAY_FULL

public int WEEKDAY_FULL
RegularExpression Id.

WEEKDAY3

public int WEEKDAY3
RegularExpression Id.

WS

public int WS
RegularExpression Id.

YEAR

public int YEAR
RegularExpression Id.

YEAR_2

public int YEAR_2
RegularExpression Id.