Package adams.parser.booleanexpression
Interface sym
-
public interface sym
CUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
ABS
static int
AND
static int
ATAN
static int
ATAN2
static int
BOOLEAN
static int
CBRT
static int
CEIL
static int
COMMA
static int
CONCATENATE
static int
CONTAINS
static int
COS
static int
COSH
static int
DATE
static int
DAY
static int
DIVISION
static int
E
static int
ENDSWITH
static int
EOF
static int
EQ
static int
error
static int
EXP
static int
EXPONENT
static int
EXT
static int
FALSE
static int
FIND
static int
FLOOR
static int
FUNCTION
static int
GE
static int
GET
static int
GT
static int
HAS
static int
HOUR
static int
HYPOT
static int
IFELSE
static int
IFMISSING
static int
ISNAN
static int
LE
static int
LEFT
static int
LENGTH
static int
LOG
static int
LOG10
static int
LOWERCASE
static int
LPAREN
static int
LT
static int
MATCHES
static int
MAX
static int
MID
static int
MIN
static int
MINUS
static int
MINUTE
static int
MODULO
static int
MONTH
static int
NOT
static int
NOT_EQ
static int
NOW
static int
NUMBER
static int
OR
static int
PI
static int
PLUS
static int
POW
static int
PROCEDURE
static int
RAND
static int
RANDINT
static int
REPEAT
static int
REPLACE
static int
REPLACEALL
static int
REPLACEEXT
static int
RIGHT
static int
RINT
static int
RPAREN
static int
SECOND
static int
SEMICOLON
static int
SIGNUM
static int
SIN
static int
SINH
static int
SQRT
static int
STARTSWITH
static int
STR
static int
STRING
static int
SUBSTITUTE
static int
SUBSTR
static int
TAN
static int
TANH
static String[]
terminalNames
static int
TIMES
static int
TODAY
static int
TRIM
static int
TRUE
static int
UMINUS
static int
UPPERCASE
static int
VARIABLE
static int
WEEKDAY
static int
WEEKNUM
static int
YEAR
-
-
-
Field Detail
-
ISNAN
static final int ISNAN
- See Also:
- Constant Field Values
-
LEFT
static final int LEFT
- See Also:
- Constant Field Values
-
TIMES
static final int TIMES
- See Also:
- Constant Field Values
-
DIVISION
static final int DIVISION
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
REPLACEALL
static final int REPLACEALL
- See Also:
- Constant Field Values
-
FLOOR
static final int FLOOR
- See Also:
- Constant Field Values
-
TODAY
static final int TODAY
- See Also:
- Constant Field Values
-
RAND
static final int RAND
- See Also:
- Constant Field Values
-
MONTH
static final int MONTH
- See Also:
- Constant Field Values
-
UPPERCASE
static final int UPPERCASE
- See Also:
- Constant Field Values
-
RIGHT
static final int RIGHT
- See Also:
- Constant Field Values
-
ATAN
static final int ATAN
- See Also:
- Constant Field Values
-
WEEKDAY
static final int WEEKDAY
- See Also:
- Constant Field Values
-
EXT
static final int EXT
- See Also:
- Constant Field Values
-
GE
static final int GE
- See Also:
- Constant Field Values
-
TANH
static final int TANH
- See Also:
- Constant Field Values
-
LOWERCASE
static final int LOWERCASE
- See Also:
- Constant Field Values
-
EXP
static final int EXP
- See Also:
- Constant Field Values
-
GET
static final int GET
- See Also:
- Constant Field Values
-
SIN
static final int SIN
- See Also:
- Constant Field Values
-
SECOND
static final int SECOND
- See Also:
- Constant Field Values
-
HOUR
static final int HOUR
- See Also:
- Constant Field Values
-
YEAR
static final int YEAR
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
ENDSWITH
static final int ENDSWITH
- See Also:
- Constant Field Values
-
POW
static final int POW
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
RANDINT
static final int RANDINT
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
NOW
static final int NOW
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
FALSE
static final int FALSE
- See Also:
- Constant Field Values
-
LE
static final int LE
- See Also:
- Constant Field Values
-
LOG10
static final int LOG10
- See Also:
- Constant Field Values
-
MIN
static final int MIN
- See Also:
- Constant Field Values
-
STR
static final int STR
- See Also:
- Constant Field Values
-
CEIL
static final int CEIL
- See Also:
- Constant Field Values
-
SIGNUM
static final int SIGNUM
- See Also:
- Constant Field Values
-
TRIM
static final int TRIM
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
MID
static final int MID
- See Also:
- Constant Field Values
-
TAN
static final int TAN
- See Also:
- Constant Field Values
-
STARTSWITH
static final int STARTSWITH
- See Also:
- Constant Field Values
-
LOG
static final int LOG
- See Also:
- Constant Field Values
-
COSH
static final int COSH
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
MODULO
static final int MODULO
- See Also:
- Constant Field Values
-
TRUE
static final int TRUE
- See Also:
- Constant Field Values
-
MATCHES
static final int MATCHES
- See Also:
- Constant Field Values
-
PLUS
static final int PLUS
- See Also:
- Constant Field Values
-
BOOLEAN
static final int BOOLEAN
- See Also:
- Constant Field Values
-
FIND
static final int FIND
- See Also:
- Constant Field Values
-
VARIABLE
static final int VARIABLE
- See Also:
- Constant Field Values
-
MAX
static final int MAX
- See Also:
- Constant Field Values
-
CONCATENATE
static final int CONCATENATE
- See Also:
- Constant Field Values
-
MINUTE
static final int MINUTE
- See Also:
- Constant Field Values
-
PROCEDURE
static final int PROCEDURE
- See Also:
- Constant Field Values
-
WEEKNUM
static final int WEEKNUM
- See Also:
- Constant Field Values
-
LENGTH
static final int LENGTH
- See Also:
- Constant Field Values
-
PI
static final int PI
- See Also:
- Constant Field Values
-
E
static final int E
- See Also:
- Constant Field Values
-
COS
static final int COS
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
SEMICOLON
static final int SEMICOLON
- See Also:
- Constant Field Values
-
SUBSTITUTE
static final int SUBSTITUTE
- See Also:
- Constant Field Values
-
FUNCTION
static final int FUNCTION
- See Also:
- Constant Field Values
-
REPEAT
static final int REPEAT
- See Also:
- Constant Field Values
-
MINUS
static final int MINUS
- See Also:
- Constant Field Values
-
IFMISSING
static final int IFMISSING
- See Also:
- Constant Field Values
-
DATE
static final int DATE
- See Also:
- Constant Field Values
-
IFELSE
static final int IFELSE
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
RINT
static final int RINT
- See Also:
- Constant Field Values
-
HAS
static final int HAS
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
CONTAINS
static final int CONTAINS
- See Also:
- Constant Field Values
-
ABS
static final int ABS
- See Also:
- Constant Field Values
-
REPLACE
static final int REPLACE
- See Also:
- Constant Field Values
-
NOT_EQ
static final int NOT_EQ
- See Also:
- Constant Field Values
-
SINH
static final int SINH
- See Also:
- Constant Field Values
-
DAY
static final int DAY
- See Also:
- Constant Field Values
-
EXPONENT
static final int EXPONENT
- See Also:
- Constant Field Values
-
SQRT
static final int SQRT
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
CBRT
static final int CBRT
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
REPLACEEXT
static final int REPLACEEXT
- See Also:
- Constant Field Values
-
UMINUS
static final int UMINUS
- See Also:
- Constant Field Values
-
SUBSTR
static final int SUBSTR
- See Also:
- Constant Field Values
-
HYPOT
static final int HYPOT
- See Also:
- Constant Field Values
-
ATAN2
static final int ATAN2
- See Also:
- Constant Field Values
-
terminalNames
static final String[] terminalNames
-
-