Package adams.parser.basedatetimemsec
Interface sym
-
public interface symCUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intABSstatic intCEILstatic intCOMMAstatic intDATE_ACTUALstatic intDATE_ENDstatic intDATE_STARTstatic intDIVISIONstatic intEOFstatic interrorstatic intEXPstatic intEXPONENTstatic intFLOORstatic intLOGstatic intLPARENstatic intMINUSstatic intMODULOstatic intNUMBERstatic intPLUSstatic intPOWstatic intRINTstatic intRPARENstatic intSQRTstatic String[]terminalNamesstatic intTIMEAMOUNTstatic intTIMESstatic intUMINUSstatic intUPLUS
-
-
-
Field Detail
-
TIMES
static final int TIMES
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
DIVISION
static final int DIVISION
- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
-
POW
static final int POW
- See Also:
- Constant Field Values
-
SQRT
static final int SQRT
- See Also:
- Constant Field Values
-
FLOOR
static final int FLOOR
- See Also:
- Constant Field Values
-
RINT
static final int RINT
- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
- See Also:
- Constant Field Values
-
CEIL
static final int CEIL
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
EXP
static final int EXP
- See Also:
- Constant Field Values
-
LOG
static final int LOG
- See Also:
- Constant Field Values
-
DATE_START
static final int DATE_START
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
UPLUS
static final int UPLUS
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
ABS
static final int ABS
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
TIMEAMOUNT
static final int TIMEAMOUNT
- See Also:
- Constant Field Values
-
DATE_ACTUAL
static final int DATE_ACTUAL
- See Also:
- Constant Field Values
-
DATE_END
static final int DATE_END
- See Also:
- Constant Field Values
-
UMINUS
static final int UMINUS
- See Also:
- Constant Field Values
-
terminalNames
static final String[] terminalNames
-
-