org.castor.cpa.query.castorql
Interface CastorQLParserConstants

All Known Implementing Classes:
CastorQLParser, CastorQLParserTokenManager, CastorQLTreeWalker

public interface CastorQLParserConstants

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


Field Summary
static int ABS
          RegularExpression Id.
static int AND
          RegularExpression Id.
static int AS
          RegularExpression Id.
static int ASC
          RegularExpression Id.
static int BETWEEN
          RegularExpression Id.
static int BOOLEAN_LITERAL
          RegularExpression Id.
static int BY
          RegularExpression Id.
static int CHAR_LITERAL
          RegularExpression Id.
static int CONCATE
          RegularExpression Id.
static int DATE
          RegularExpression Id.
static int DATE_LITERAL
          RegularExpression Id.
static int DEFAULT
          Lexical state.
static int DESC
          RegularExpression Id.
static int DIGIT
          RegularExpression Id.
static int DISTINCT
          RegularExpression Id.
static int DIVIDE
          RegularExpression Id.
static int EOF
          End of File.
static int EQUAL
          RegularExpression Id.
static int ESCAPE
          RegularExpression Id.
static int FALSE
          RegularExpression Id.
static int FLOAT_LITERAL
          RegularExpression Id.
static int FROM
          RegularExpression Id.
static int GREATEREQUAL
          RegularExpression Id.
static int GREATERTHAN
          RegularExpression Id.
static int IDENTIFIER
          RegularExpression Id.
static int IN
          RegularExpression Id.
static int INTEGER_LITERAL
          RegularExpression Id.
static int IS
          RegularExpression Id.
static int IS_DEFINED
          RegularExpression Id.
static int IS_UNDEFINED
          RegularExpression Id.
static int LESSEQUAL
          RegularExpression Id.
static int LESSTHAN
          RegularExpression Id.
static int LETTER
          RegularExpression Id.
static int LIKE
          RegularExpression Id.
static int LIMIT
          RegularExpression Id.
static int MINUS
          RegularExpression Id.
static int MOD
          RegularExpression Id.
static int MULTIPLY
          RegularExpression Id.
static int NIL
          RegularExpression Id.
static int NOT
          RegularExpression Id.
static int NOTEQUAL1
          RegularExpression Id.
static int NOTEQUAL2
          RegularExpression Id.
static int NULL
          RegularExpression Id.
static int OFFSET
          RegularExpression Id.
static int OR
          RegularExpression Id.
static int ORDER
          RegularExpression Id.
static int PLUS
          RegularExpression Id.
static int REMAINDER
          RegularExpression Id.
static int SELECT
          RegularExpression Id.
static int STRING_LITERAL
          RegularExpression Id.
static int TIME
          RegularExpression Id.
static int TIME_LITERAL
          RegularExpression Id.
static int TIMESTAMP
          RegularExpression Id.
static int TIMESTAMP_LITERAL
          RegularExpression Id.
static String[] tokenImage
          Literal token values.
static int TRUE
          RegularExpression Id.
static int UNDEFINED
          RegularExpression Id.
static int WHERE
          RegularExpression Id.
 

Field Detail

EOF

static final int EOF
End of File.

See Also:
Constant Field Values

PLUS

static final int PLUS
RegularExpression Id.

See Also:
Constant Field Values

MINUS

static final int MINUS
RegularExpression Id.

See Also:
Constant Field Values

CONCATE

static final int CONCATE
RegularExpression Id.

See Also:
Constant Field Values

MULTIPLY

static final int MULTIPLY
RegularExpression Id.

See Also:
Constant Field Values

DIVIDE

static final int DIVIDE
RegularExpression Id.

See Also:
Constant Field Values

REMAINDER

static final int REMAINDER
RegularExpression Id.

See Also:
Constant Field Values

GREATERTHAN

static final int GREATERTHAN
RegularExpression Id.

See Also:
Constant Field Values

LESSTHAN

static final int LESSTHAN
RegularExpression Id.

See Also:
Constant Field Values

GREATEREQUAL

static final int GREATEREQUAL
RegularExpression Id.

See Also:
Constant Field Values

LESSEQUAL

static final int LESSEQUAL
RegularExpression Id.

See Also:
Constant Field Values

EQUAL

static final int EQUAL
RegularExpression Id.

See Also:
Constant Field Values

NOTEQUAL1

static final int NOTEQUAL1
RegularExpression Id.

See Also:
Constant Field Values

NOTEQUAL2

static final int NOTEQUAL2
RegularExpression Id.

See Also:
Constant Field Values

IN

static final int IN
RegularExpression Id.

See Also:
Constant Field Values

AS

static final int AS
RegularExpression Id.

See Also:
Constant Field Values

IS

static final int IS
RegularExpression Id.

See Also:
Constant Field Values

OR

static final int OR
RegularExpression Id.

See Also:
Constant Field Values

BY

static final int BY
RegularExpression Id.

See Also:
Constant Field Values

MOD

static final int MOD
RegularExpression Id.

See Also:
Constant Field Values

ABS

static final int ABS
RegularExpression Id.

See Also:
Constant Field Values

AND

static final int AND
RegularExpression Id.

See Also:
Constant Field Values

ASC

static final int ASC
RegularExpression Id.

See Also:
Constant Field Values

NOT

static final int NOT
RegularExpression Id.

See Also:
Constant Field Values

NIL

static final int NIL
RegularExpression Id.

See Also:
Constant Field Values

DESC

static final int DESC
RegularExpression Id.

See Also:
Constant Field Values

NULL

static final int NULL
RegularExpression Id.

See Also:
Constant Field Values

DATE

static final int DATE
RegularExpression Id.

See Also:
Constant Field Values

FROM

static final int FROM
RegularExpression Id.

See Also:
Constant Field Values

TIME

static final int TIME
RegularExpression Id.

See Also:
Constant Field Values

LIKE

static final int LIKE
RegularExpression Id.

See Also:
Constant Field Values

LIMIT

static final int LIMIT
RegularExpression Id.

See Also:
Constant Field Values

ORDER

static final int ORDER
RegularExpression Id.

See Also:
Constant Field Values

WHERE

static final int WHERE
RegularExpression Id.

See Also:
Constant Field Values

SELECT

static final int SELECT
RegularExpression Id.

See Also:
Constant Field Values

OFFSET

static final int OFFSET
RegularExpression Id.

See Also:
Constant Field Values

ESCAPE

static final int ESCAPE
RegularExpression Id.

See Also:
Constant Field Values

BETWEEN

static final int BETWEEN
RegularExpression Id.

See Also:
Constant Field Values

DISTINCT

static final int DISTINCT
RegularExpression Id.

See Also:
Constant Field Values

UNDEFINED

static final int UNDEFINED
RegularExpression Id.

See Also:
Constant Field Values

TIMESTAMP

static final int TIMESTAMP
RegularExpression Id.

See Also:
Constant Field Values

IS_DEFINED

static final int IS_DEFINED
RegularExpression Id.

See Also:
Constant Field Values

IS_UNDEFINED

static final int IS_UNDEFINED
RegularExpression Id.

See Also:
Constant Field Values

BOOLEAN_LITERAL

static final int BOOLEAN_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

INTEGER_LITERAL

static final int INTEGER_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

FLOAT_LITERAL

static final int FLOAT_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

TIMESTAMP_LITERAL

static final int TIMESTAMP_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

DATE_LITERAL

static final int DATE_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

TIME_LITERAL

static final int TIME_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

STRING_LITERAL

static final int STRING_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

CHAR_LITERAL

static final int CHAR_LITERAL
RegularExpression Id.

See Also:
Constant Field Values

IDENTIFIER

static final int IDENTIFIER
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

TRUE

static final int TRUE
RegularExpression Id.

See Also:
Constant Field Values

FALSE

static final int FALSE
RegularExpression Id.

See Also:
Constant Field Values

DEFAULT

static final int DEFAULT
Lexical state.

See Also:
Constant Field Values

tokenImage

static final String[] tokenImage
Literal token values.



Copyright © 2012. All Rights Reserved.