Package adams.parser.spreadsheetquery
Interface sym
-
public interface sym
CUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static int
AND
static int
AS
static int
ASC
static int
AVERAGE
static int
BY
static int
CELLTYPE
static int
COLUMN
static int
COMMA
static int
COUNT
static int
DELETE
static int
DESC
static int
EOF
static int
EQ
static int
error
static int
GE
static int
GROUP
static int
GT
static int
HAVING
static int
IQR
static int
IS
static int
LE
static int
LIMIT
static int
LPAREN
static int
LT
static int
MAX
static int
MEDIAN
static int
MIN
static int
NOT
static int
NOT_EQ
static int
NULL
static int
NUMBER
static int
OR
static int
ORDER
static int
PARSE
static int
PERCENT
static int
RANGE
static int
REGEXP
static int
RPAREN
static int
SELECT
static int
SET
static int
STAR
static int
STDEV
static int
STDEVP
static int
STRING
static int
SUM
static String[]
terminalNames
static int
UPDATE
static int
WHERE
-
-
-
Field Detail
-
AS
static final int AS
- See Also:
- Constant Field Values
-
GT
static final int GT
- See Also:
- Constant Field Values
-
COLUMN
static final int COLUMN
- See Also:
- Constant Field Values
-
GROUP
static final int GROUP
- See Also:
- Constant Field Values
-
GE
static final int GE
- See Also:
- Constant Field Values
-
IQR
static final int IQR
- See Also:
- Constant Field Values
-
ASC
static final int ASC
- See Also:
- Constant Field Values
-
COMMA
static final int COMMA
- See Also:
- Constant Field Values
-
SUM
static final int SUM
- See Also:
- Constant Field Values
-
RPAREN
static final int RPAREN
- See Also:
- Constant Field Values
-
PARSE
static final int PARSE
- See Also:
- Constant Field Values
-
LT
static final int LT
- See Also:
- Constant Field Values
-
LPAREN
static final int LPAREN
- See Also:
- Constant Field Values
-
NOT
static final int NOT
- See Also:
- Constant Field Values
-
LE
static final int LE
- See Also:
- Constant Field Values
-
STDEVP
static final int STDEVP
- See Also:
- Constant Field Values
-
MIN
static final int MIN
- See Also:
- Constant Field Values
-
EQ
static final int EQ
- See Also:
- Constant Field Values
-
SELECT
static final int SELECT
- See Also:
- Constant Field Values
-
NUMBER
static final int NUMBER
- See Also:
- Constant Field Values
-
PERCENT
static final int PERCENT
- See Also:
- Constant Field Values
-
ORDER
static final int ORDER
- See Also:
- Constant Field Values
-
MEDIAN
static final int MEDIAN
- See Also:
- Constant Field Values
-
DELETE
static final int DELETE
- See Also:
- Constant Field Values
-
STAR
static final int STAR
- See Also:
- Constant Field Values
-
MAX
static final int MAX
- See Also:
- Constant Field Values
-
CELLTYPE
static final int CELLTYPE
- See Also:
- Constant Field Values
-
NULL
static final int NULL
- See Also:
- Constant Field Values
-
EOF
static final int EOF
- See Also:
- Constant Field Values
-
WHERE
static final int WHERE
- See Also:
- Constant Field Values
-
COUNT
static final int COUNT
- See Also:
- Constant Field Values
-
IS
static final int IS
- See Also:
- Constant Field Values
-
OR
static final int OR
- See Also:
- Constant Field Values
-
REGEXP
static final int REGEXP
- See Also:
- Constant Field Values
-
SET
static final int SET
- See Also:
- Constant Field Values
-
error
static final int error
- See Also:
- Constant Field Values
-
STDEV
static final int STDEV
- See Also:
- Constant Field Values
-
DESC
static final int DESC
- See Also:
- Constant Field Values
-
BY
static final int BY
- See Also:
- Constant Field Values
-
NOT_EQ
static final int NOT_EQ
- See Also:
- Constant Field Values
-
LIMIT
static final int LIMIT
- See Also:
- Constant Field Values
-
UPDATE
static final int UPDATE
- See Also:
- Constant Field Values
-
STRING
static final int STRING
- See Also:
- Constant Field Values
-
RANGE
static final int RANGE
- See Also:
- Constant Field Values
-
AND
static final int AND
- See Also:
- Constant Field Values
-
HAVING
static final int HAVING
- See Also:
- Constant Field Values
-
AVERAGE
static final int AVERAGE
- See Also:
- Constant Field Values
-
terminalNames
static final String[] terminalNames
-
-