org.eigenbase.lurql.parser
Interface LurqlParserConstants

All Known Implementing Classes:
LurqlParser, LurqlParserTokenManager

public interface LurqlParserConstants


Field Summary
static int AND
           
static int AS
           
static int ASSOCIATION
           
static int BACKWARD
           
static int CLASS
           
static int COMMA
           
static int COMPOSITE
           
static int D_QUOTED_STRING
           
static int DEFAULT
           
static int DESTINATION
           
static int DIGIT
           
static int DQUOTE
           
static int END
           
static int EOF
           
static int EQUALS
           
static int EXISTS
           
static int FOLLOW
           
static int FORWARD
           
static int FROM
           
static int GATHER
           
static int IDENTIFIER
           
static int IN
           
static int LETTER
           
static int LPAREN
           
static int LSQUARE
           
static int MATCHES
           
static int NONCOMPOSITE
           
static int NOT
           
static int NULL
           
static int ORIGIN
           
static int PARENT
           
static int QMARK
           
static int RECURSIVELY
           
static int RPAREN
           
static int RSQUARE
           
static int S_QUOTED_STRING
           
static int SELECT
           
static int SEMICOLON
           
static int SQL_QUERY
           
static int SQUOTE
           
static int STAR
           
static int THEN
           
static String[] tokenImage
           
static int UNION
           
static int WHERE
           
static int WITH
           
 

Field Detail

EOF

static final int EOF
See Also:
Constant Field Values

SELECT

static final int SELECT
See Also:
Constant Field Values

FROM

static final int FROM
See Also:
Constant Field Values

STAR

static final int STAR
See Also:
Constant Field Values

COMMA

static final int COMMA
See Also:
Constant Field Values

EQUALS

static final int EQUALS
See Also:
Constant Field Values

SEMICOLON

static final int SEMICOLON
See Also:
Constant Field Values

SQUOTE

static final int SQUOTE
See Also:
Constant Field Values

DQUOTE

static final int DQUOTE
See Also:
Constant Field Values

LPAREN

static final int LPAREN
See Also:
Constant Field Values

RPAREN

static final int RPAREN
See Also:
Constant Field Values

CLASS

static final int CLASS
See Also:
Constant Field Values

AS

static final int AS
See Also:
Constant Field Values

LSQUARE

static final int LSQUARE
See Also:
Constant Field Values

RSQUARE

static final int RSQUARE
See Also:
Constant Field Values

QMARK

static final int QMARK
See Also:
Constant Field Values

UNION

static final int UNION
See Also:
Constant Field Values

EXISTS

static final int EXISTS
See Also:
Constant Field Values

GATHER

static final int GATHER
See Also:
Constant Field Values

THEN

static final int THEN
See Also:
Constant Field Values

FOLLOW

static final int FOLLOW
See Also:
Constant Field Values

ORIGIN

static final int ORIGIN
See Also:
Constant Field Values

DESTINATION

static final int DESTINATION
See Also:
Constant Field Values

END

static final int END
See Also:
Constant Field Values

COMPOSITE

static final int COMPOSITE
See Also:
Constant Field Values

NONCOMPOSITE

static final int NONCOMPOSITE
See Also:
Constant Field Values

ASSOCIATION

static final int ASSOCIATION
See Also:
Constant Field Values

FORWARD

static final int FORWARD
See Also:
Constant Field Values

BACKWARD

static final int BACKWARD
See Also:
Constant Field Values

RECURSIVELY

static final int RECURSIVELY
See Also:
Constant Field Values

WHERE

static final int WHERE
See Also:
Constant Field Values

AND

static final int AND
See Also:
Constant Field Values

WITH

static final int WITH
See Also:
Constant Field Values

PARENT

static final int PARENT
See Also:
Constant Field Values

IN

static final int IN
See Also:
Constant Field Values

MATCHES

static final int MATCHES
See Also:
Constant Field Values

NULL

static final int NULL
See Also:
Constant Field Values

NOT

static final int NOT
See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
See Also:
Constant Field Values

S_QUOTED_STRING

static final int S_QUOTED_STRING
See Also:
Constant Field Values

D_QUOTED_STRING

static final int D_QUOTED_STRING
See Also:
Constant Field Values

SQL_QUERY

static final int SQL_QUERY
See Also:
Constant Field Values

LETTER

static final int LETTER
See Also:
Constant Field Values

DIGIT

static final int DIGIT
See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
See Also:
Constant Field Values

tokenImage

static final String[] tokenImage