mondrian.olap
Interface ParserSym


public interface ParserSym

CUP generated interface containing symbol constants.

 

Field Summary
static int _VALUE_EXPRESSION
           
static int AMP_QUOTED_ID
           
static int AND
           
static int AS
           
static int ASTERISK
           
static int AXIS
           
static int BANG
           
static int CASE
           
static int CAST
           
static int CELL
           
static int COLON
           
static int COMMA
           
static int CONCAT
           
static int DIMENSION
           
static int DOT
           
static int ELSE
           
static int EMPTY
           
static int END
           
static int EOF
           
static int EQ
           
static int error
           
static int FORMULA_STRING
           
static int FROM
           
static int GE
           
static int GT
           
static int ID
           
static int IN
           
static int IS
           
static int LBRACE
           
static int LE
           
static int LPAREN
           
static int LT
           
static int MATCHES
           
static int MEMBER
           
static int MINUS
           
static int NE
           
static int NON
           
static int NOT
           
static int NULL
           
static int NUMBER
           
static int ON
           
static int OR
           
static int PLUS
           
static int PROPERTIES
           
static int QUOTED_ID
           
static int RBRACE
           
static int RPAREN
           
static int SELECT
           
static int SET
           
static int SOLIDUS
           
static int STRING
           
static int THEN
           
static int UNKNOWN
           
static int WHEN
           
static int WHERE
           
static int WITH
           
static int XOR
           
 

Field Detail

CAST

static final int CAST
See Also:
Constant Field Values

WHEN

static final int WHEN
See Also:
Constant Field Values

WITH

static final int WITH
See Also:
Constant Field Values

GE

static final int GE
See Also:
Constant Field Values

CONCAT

static final int CONCAT
See Also:
Constant Field Values

ASTERISK

static final int ASTERISK
See Also:
Constant Field Values

EMPTY

static final int EMPTY
See Also:
Constant Field Values

DIMENSION

static final int DIMENSION
See Also:
Constant Field Values

_VALUE_EXPRESSION

static final int _VALUE_EXPRESSION
See Also:
Constant Field Values

XOR

static final int XOR
See Also:
Constant Field Values

CASE

static final int CASE
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

QUOTED_ID

static final int QUOTED_ID
See Also:
Constant Field Values

MINUS

static final int MINUS
See Also:
Constant Field Values

WHERE

static final int WHERE
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

IS

static final int IS
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

LT

static final int LT
See Also:
Constant Field Values

IN

static final int IN
See Also:
Constant Field Values

OR

static final int OR
See Also:
Constant Field Values

BANG

static final int BANG
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

NON

static final int NON
See Also:
Constant Field Values

ON

static final int ON
See Also:
Constant Field Values

SELECT

static final int SELECT
See Also:
Constant Field Values

PLUS

static final int PLUS
See Also:
Constant Field Values

FORMULA_STRING

static final int FORMULA_STRING
See Also:
Constant Field Values

MEMBER

static final int MEMBER
See Also:
Constant Field Values

ID

static final int ID
See Also:
Constant Field Values

DOT

static final int DOT
See Also:
Constant Field Values

LE

static final int LE
See Also:
Constant Field Values

EOF

static final int EOF
See Also:
Constant Field Values

MATCHES

static final int MATCHES
See Also:
Constant Field Values

error

static final int error
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

NUMBER

static final int NUMBER
See Also:
Constant Field Values

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

EQ

static final int EQ
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

SOLIDUS

static final int SOLIDUS
See Also:
Constant Field Values

COLON

static final int COLON
See Also:
Constant Field Values

LBRACE

static final int LBRACE
See Also:
Constant Field Values

ELSE

static final int ELSE
See Also:
Constant Field Values

PROPERTIES

static final int PROPERTIES
See Also:
Constant Field Values

AXIS

static final int AXIS
See Also:
Constant Field Values

RBRACE

static final int RBRACE
See Also:
Constant Field Values

THEN

static final int THEN
See Also:
Constant Field Values

NE

static final int NE
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

STRING

static final int STRING
See Also:
Constant Field Values

AMP_QUOTED_ID

static final int AMP_QUOTED_ID
See Also:
Constant Field Values

CELL

static final int CELL
See Also:
Constant Field Values

AS

static final int AS
See Also:
Constant Field Values

GT

static final int GT
See Also:
Constant Field Values

SET

static final int SET
See Also:
Constant Field Values

SourceForge.net_Logo