Package adams.parser.spreadsheetquery
Interface sym
-
public interface symCUP generated interface containing symbol constants.
-
-
Field Summary
Fields Modifier and Type Field Description static intANDstatic intASstatic intASCstatic intAVERAGEstatic intBYstatic intCELLTYPEstatic intCOLUMNstatic intCOMMAstatic intCOUNTstatic intDELETEstatic intDESCstatic intEOFstatic intEQstatic interrorstatic intGEstatic intGROUPstatic intGTstatic intHAVINGstatic intIQRstatic intISstatic intLEstatic intLIMITstatic intLPARENstatic intLTstatic intMAXstatic intMEDIANstatic intMINstatic intNOTstatic intNOT_EQstatic intNULLstatic intNUMBERstatic intORstatic intORDERstatic intPARSEstatic intPERCENTstatic intRANGEstatic intREGEXPstatic intRPARENstatic intSELECTstatic intSETstatic intSTARstatic intSTDEVstatic intSTDEVPstatic intSTRINGstatic intSUMstatic String[]terminalNamesstatic intUPDATEstatic intWHERE
-
-
-
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
-
-