mondrian.parser
Interface MdxParserImplConstants

All Known Implementing Classes:
MdxParserImpl, MdxParserImplTokenManager

public interface MdxParserImplConstants

Token literal values and constants. Generated by org.javacc.parser.OtherFilesGen#start()


Field Summary
static int AMP_QUOTED_ID
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int APPROX_NUMERIC_LITERAL
          RegularExpression Id.
static int AS
          RegularExpression Id.
static int ASTERISK
          RegularExpression Id.
static int AXIS
          RegularExpression Id.
static int BANG
          RegularExpression Id.
static int CASE
          RegularExpression Id.
static int CAST
          RegularExpression Id.
static int CELL
          RegularExpression Id.
static int CHAPTERS
          RegularExpression Id.
static int COLON
          RegularExpression Id.
static int COLUMNS
          RegularExpression Id.
static int COMMA
          RegularExpression Id.
static int CONCAT
          RegularExpression Id.
static int DECIMAL_NUMERIC_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DIGIT
          RegularExpression Id.
static int DIMENSION
          RegularExpression Id.
static int DOT
          RegularExpression Id.
static int DOUBLE_QUOTED_STRING
          RegularExpression Id.
static int DRILLTHROUGH
          RegularExpression Id.
static int ELSE
          RegularExpression Id.
static int EMPTY
          RegularExpression Id.
static int END
          RegularExpression Id.
static int EOF
          End of File.
static int EQ
          RegularExpression Id.
static int EXPLAIN
          RegularExpression Id.
static int EXPONENT
          RegularExpression Id.
static int FIRSTROWSET
          RegularExpression Id.
static int FOR
          RegularExpression Id.
static int FORMAL_COMMENT
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int GE
          RegularExpression Id.
static int GT
          RegularExpression Id.
static int ID
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int IN_FORMAL_COMMENT
          Lexical state.
static int IN_MULTI_LINE_COMMENT
          Lexical state.
static int IN_SINGLE_LINE_COMMENT
          Lexical state.
static int IS
          RegularExpression Id.
static int LBRACE
          RegularExpression Id.
static int LE
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LPAREN
          RegularExpression Id.
static int LT
          RegularExpression Id.
static int MATCHES
          RegularExpression Id.
static int MAXROWS
          RegularExpression Id.
static int MEMBER
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MULTI_LINE_COMMENT
          RegularExpression Id.
static int NE
          RegularExpression Id.
static int NON
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int ON
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int PAGES
          RegularExpression Id.
static int PLAN
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int PROPERTIES
          RegularExpression Id.
static int QUOTED_ID
          RegularExpression Id.
static int RBRACE
          RegularExpression Id.
static int RETURN
          RegularExpression Id.
static int ROWS
          RegularExpression Id.
static int RPAREN
          RegularExpression Id.
static int SECTIONS
          RegularExpression Id.
static int SELECT
          RegularExpression Id.
static int SET
          RegularExpression Id.
static int SINGLE_LINE_COMMENT
          RegularExpression Id.
static int SINGLE_QUOTED_STRING
          RegularExpression Id.
static int SOLIDUS
          RegularExpression Id.
static int THEN
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int UNSIGNED_INTEGER_LITERAL
          RegularExpression Id.
static int WHEN
          RegularExpression Id.
static int WHERE
          RegularExpression Id.
static int WHITESPACE
          RegularExpression Id.
static int WITH
          RegularExpression Id.
static int XOR
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

AS

static final int AS
RegularExpression Id.

See Also:
Constant Field Values

AXIS

static final int AXIS
RegularExpression Id.

See Also:
Constant Field Values

CASE

static final int CASE
RegularExpression Id.

See Also:
Constant Field Values

CAST

static final int CAST
RegularExpression Id.

See Also:
Constant Field Values

CELL

static final int CELL
RegularExpression Id.

See Also:
Constant Field Values

CHAPTERS

static final int CHAPTERS
RegularExpression Id.

See Also:
Constant Field Values

COLUMNS

static final int COLUMNS
RegularExpression Id.

See Also:
Constant Field Values

DIMENSION

static final int DIMENSION
RegularExpression Id.

See Also:
Constant Field Values

DRILLTHROUGH

static final int DRILLTHROUGH
RegularExpression Id.

See Also:
Constant Field Values

ELSE

static final int ELSE
RegularExpression Id.

See Also:
Constant Field Values

EMPTY

static final int EMPTY
RegularExpression Id.

See Also:
Constant Field Values

END

static final int END
RegularExpression Id.

See Also:
Constant Field Values

EXPLAIN

static final int EXPLAIN
RegularExpression Id.

See Also:
Constant Field Values

FIRSTROWSET

static final int FIRSTROWSET
RegularExpression Id.

See Also:
Constant Field Values

FOR

static final int FOR
RegularExpression Id.

See Also:
Constant Field Values

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

IS

static final int IS
RegularExpression Id.

See Also:
Constant Field Values

MATCHES

static final int MATCHES
RegularExpression Id.

See Also:
Constant Field Values

MAXROWS

static final int MAXROWS
RegularExpression Id.

See Also:
Constant Field Values

MEMBER

static final int MEMBER
RegularExpression Id.

See Also:
Constant Field Values

NON

static final int NON
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

ON

static final int ON
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

PAGES

static final int PAGES
RegularExpression Id.

See Also:
Constant Field Values

PLAN

static final int PLAN
RegularExpression Id.

See Also:
Constant Field Values

PROPERTIES

static final int PROPERTIES
RegularExpression Id.

See Also:
Constant Field Values

RETURN

static final int RETURN
RegularExpression Id.

See Also:
Constant Field Values

ROWS

static final int ROWS
RegularExpression Id.

See Also:
Constant Field Values

SECTIONS

static final int SECTIONS
RegularExpression Id.

See Also:
Constant Field Values

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

SET

static final int SET
RegularExpression Id.

See Also:
Constant Field Values

THEN

static final int THEN
RegularExpression Id.

See Also:
Constant Field Values

WHEN

static final int WHEN
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

XOR

static final int XOR
RegularExpression Id.

See Also:
Constant Field Values

WITH

static final int WITH
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_LINE_COMMENT

static final int SINGLE_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

FORMAL_COMMENT

static final int FORMAL_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

MULTI_LINE_COMMENT

static final int MULTI_LINE_COMMENT
RegularExpression Id.

See Also:
Constant Field Values

ASTERISK

static final int ASTERISK
RegularExpression Id.

See Also:
Constant Field Values

BANG

static final int BANG
RegularExpression Id.

See Also:
Constant Field Values

COLON

static final int COLON
RegularExpression Id.

See Also:
Constant Field Values

COMMA

static final int COMMA
RegularExpression Id.

See Also:
Constant Field Values

CONCAT

static final int CONCAT
RegularExpression Id.

See Also:
Constant Field Values

DOT

static final int DOT
RegularExpression Id.

See Also:
Constant Field Values

EQ

static final int EQ
RegularExpression Id.

See Also:
Constant Field Values

GE

static final int GE
RegularExpression Id.

See Also:
Constant Field Values

GT

static final int GT
RegularExpression Id.

See Also:
Constant Field Values

LBRACE

static final int LBRACE
RegularExpression Id.

See Also:
Constant Field Values

LE

static final int LE
RegularExpression Id.

See Also:
Constant Field Values

LPAREN

static final int LPAREN
RegularExpression Id.

See Also:
Constant Field Values

LT

static final int LT
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

NE

static final int NE
RegularExpression Id.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

RBRACE

static final int RBRACE
RegularExpression Id.

See Also:
Constant Field Values

RPAREN

static final int RPAREN
RegularExpression Id.

See Also:
Constant Field Values

SOLIDUS

static final int SOLIDUS
RegularExpression Id.

See Also:
Constant Field Values

UNSIGNED_INTEGER_LITERAL

static final int UNSIGNED_INTEGER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

APPROX_NUMERIC_LITERAL

static final int APPROX_NUMERIC_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DECIMAL_NUMERIC_LITERAL

static final int DECIMAL_NUMERIC_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

EXPONENT

static final int EXPONENT
RegularExpression Id.

See Also:
Constant Field Values

SINGLE_QUOTED_STRING

static final int SINGLE_QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

DOUBLE_QUOTED_STRING

static final int DOUBLE_QUOTED_STRING
RegularExpression Id.

See Also:
Constant Field Values

WHITESPACE

static final int WHITESPACE
RegularExpression Id.

See Also:
Constant Field Values

ID

static final int ID
RegularExpression Id.

See Also:
Constant Field Values

QUOTED_ID

static final int QUOTED_ID
RegularExpression Id.

See Also:
Constant Field Values

AMP_QUOTED_ID

static final int AMP_QUOTED_ID
RegularExpression Id.

See Also:
Constant Field Values

LETTER

static final int LETTER
RegularExpression Id.

See Also:
Constant Field Values

DIGIT

static final int DIGIT
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

IN_SINGLE_LINE_COMMENT

static final int IN_SINGLE_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_FORMAL_COMMENT

static final int IN_FORMAL_COMMENT
Lexical state.

See Also:
Constant Field Values

IN_MULTI_LINE_COMMENT

static final int IN_MULTI_LINE_COMMENT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.


Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads