pl.edu.pjwstk.yaod.yaql.parser
Interface Tokens

All Known Implementing Classes:
Lexer

public interface Tokens

CUP generated interface containing symbol constants.


Field Summary
static int EOF
           
static int error
           
static int IDENTIFIER
           
static int KEY_ABS
           
static int KEY_ALL
           
static int KEY_ANY
           
static int KEY_AS
           
static int KEY_ASC
           
static int KEY_AVG
           
static int KEY_BAG
           
static int KEY_BREAK
           
static int KEY_BY
           
static int KEY_CLOSE
           
static int KEY_COMPARE
           
static int KEY_COS
           
static int KEY_COUNT
           
static int KEY_CREATE
           
static int KEY_DELETE
           
static int KEY_DEREF
           
static int KEY_DESC
           
static int KEY_DO
           
static int KEY_EACH
           
static int KEY_ELSE
           
static int KEY_EXISTS
           
static int KEY_EXP
           
static int KEY_FOR
           
static int KEY_FUNCTION
           
static int KEY_GROUP
           
static int KEY_IF
           
static int KEY_IN
           
static int KEY_INSERT
           
static int KEY_INTERSECT
           
static int KEY_INTO
           
static int KEY_JOIN
           
static int KEY_LOCAL
           
static int KEY_LOG
           
static int KEY_MAX
           
static int KEY_MIN
           
static int KEY_MINUS
           
static int KEY_ORDER
           
static int KEY_PERMANENT
           
static int KEY_PRINT
           
static int KEY_PROCEDURE
           
static int KEY_RENAME
           
static int KEY_RETURN
           
static int KEY_SEQUENCE
           
static int KEY_SHOW
           
static int KEY_SIGN
           
static int KEY_SIN
           
static int KEY_SQRT
           
static int KEY_STRUCT
           
static int KEY_SUM
           
static int KEY_SYMMETRIC
           
static int KEY_TO
           
static int KEY_TOBAG
           
static int KEY_TODOUBLE
           
static int KEY_TOINTEGER
           
static int KEY_TOSEQUENCE
           
static int KEY_TOSINGLE
           
static int KEY_TOSTRING
           
static int KEY_TOSTRUCT
           
static int KEY_UNION
           
static int KEY_UNIQUE
           
static int KEY_UPDATE
           
static int KEY_WHERE
           
static int KEY_WHILE
           
static int KEY_XML
           
static int LCURLY
           
static int LIT_BOOLEAN
           
static int LIT_DOUBLE
           
static int LIT_INTEGER
           
static int LIT_STRING
           
static int LROUND
           
static int LSQUARE
           
static int OP_ASSIGN
           
static int OP_COLON
           
static int OP_COMMA
           
static int OP_CONJUNCTION
           
static int OP_DECREMENT
           
static int OP_DISJUNCTION
           
static int OP_DIVIDE
           
static int OP_DIVIDE_ASSIGN
           
static int OP_EQUAL
           
static int OP_GREATER
           
static int OP_GREATER_EQUAL
           
static int OP_INCREMENT
           
static int OP_INSERT
           
static int OP_LOWER
           
static int OP_LOWER_EQUAL
           
static int OP_MINUS
           
static int OP_MINUS_ASSIGN
           
static int OP_MODULO
           
static int OP_MODULO_ASSIGN
           
static int OP_NAVIGATION
           
static int OP_NEGATION
           
static int OP_NOT_EQUAL
           
static int OP_PLUS
           
static int OP_PLUS_ASSIGN
           
static int OP_POWER
           
static int OP_QUESTION
           
static int OP_RANGE
           
static int OP_TIMES
           
static int OP_TIMES_ASSIGN
           
static int RCURLY
           
static int RROUND
           
static int RSQUARE
           
static int SEMICOLON
           
static int UMINUS
           
static int UPLUS
           
 

Field Detail

KEY_EXISTS

public static final int KEY_EXISTS

KEY_COUNT

public static final int KEY_COUNT

KEY_AS

public static final int KEY_AS

IDENTIFIER

public static final int IDENTIFIER

KEY_PRINT

public static final int KEY_PRINT

KEY_DELETE

public static final int KEY_DELETE

LCURLY

public static final int LCURLY

KEY_LOCAL

public static final int KEY_LOCAL

OP_POWER

public static final int OP_POWER

KEY_TODOUBLE

public static final int KEY_TODOUBLE

KEY_MINUS

public static final int KEY_MINUS

KEY_INTO

public static final int KEY_INTO

KEY_SYMMETRIC

public static final int KEY_SYMMETRIC

OP_GREATER

public static final int OP_GREATER

OP_MINUS

public static final int OP_MINUS

KEY_BAG

public static final int KEY_BAG

KEY_TOSTRUCT

public static final int KEY_TOSTRUCT

KEY_DEREF

public static final int KEY_DEREF

KEY_EACH

public static final int KEY_EACH

OP_CONJUNCTION

public static final int OP_CONJUNCTION

KEY_TOSINGLE

public static final int KEY_TOSINGLE

KEY_RETURN

public static final int KEY_RETURN

OP_COLON

public static final int OP_COLON

OP_LOWER_EQUAL

public static final int OP_LOWER_EQUAL

KEY_ELSE

public static final int KEY_ELSE

KEY_EXP

public static final int KEY_EXP

KEY_SIN

public static final int KEY_SIN

KEY_ASC

public static final int KEY_ASC

KEY_SHOW

public static final int KEY_SHOW

OP_RANGE

public static final int OP_RANGE

KEY_SUM

public static final int KEY_SUM

KEY_CREATE

public static final int KEY_CREATE

KEY_ALL

public static final int KEY_ALL

OP_INSERT

public static final int OP_INSERT

KEY_UNIQUE

public static final int KEY_UNIQUE

KEY_CLOSE

public static final int KEY_CLOSE

KEY_TOINTEGER

public static final int KEY_TOINTEGER

OP_DECREMENT

public static final int OP_DECREMENT

KEY_GROUP

public static final int KEY_GROUP

OP_TIMES

public static final int OP_TIMES

KEY_COMPARE

public static final int KEY_COMPARE

UPLUS

public static final int UPLUS

OP_QUESTION

public static final int OP_QUESTION

KEY_PROCEDURE

public static final int KEY_PROCEDURE

KEY_DESC

public static final int KEY_DESC

OP_MODULO_ASSIGN

public static final int OP_MODULO_ASSIGN

KEY_MIN

public static final int KEY_MIN

OP_NOT_EQUAL

public static final int OP_NOT_EQUAL

KEY_XML

public static final int KEY_XML

KEY_PERMANENT

public static final int KEY_PERMANENT

RSQUARE

public static final int RSQUARE

KEY_FUNCTION

public static final int KEY_FUNCTION

KEY_INTERSECT

public static final int KEY_INTERSECT

KEY_UPDATE

public static final int KEY_UPDATE

KEY_RENAME

public static final int KEY_RENAME

KEY_INSERT

public static final int KEY_INSERT

KEY_DO

public static final int KEY_DO

LIT_STRING

public static final int LIT_STRING

KEY_SQRT

public static final int KEY_SQRT

LIT_INTEGER

public static final int LIT_INTEGER

KEY_LOG

public static final int KEY_LOG

KEY_TOBAG

public static final int KEY_TOBAG

OP_COMMA

public static final int OP_COMMA

OP_DIVIDE_ASSIGN

public static final int OP_DIVIDE_ASSIGN

OP_NEGATION

public static final int OP_NEGATION

KEY_SIGN

public static final int KEY_SIGN

OP_TIMES_ASSIGN

public static final int OP_TIMES_ASSIGN

EOF

public static final int EOF

SEMICOLON

public static final int SEMICOLON

LSQUARE

public static final int LSQUARE

OP_PLUS_ASSIGN

public static final int OP_PLUS_ASSIGN

OP_NAVIGATION

public static final int OP_NAVIGATION

KEY_TOSEQUENCE

public static final int KEY_TOSEQUENCE

RROUND

public static final int RROUND

OP_GREATER_EQUAL

public static final int OP_GREATER_EQUAL

KEY_FOR

public static final int KEY_FOR

KEY_MAX

public static final int KEY_MAX

KEY_IN

public static final int KEY_IN

LROUND

public static final int LROUND

error

public static final int error

KEY_IF

public static final int KEY_IF

KEY_AVG

public static final int KEY_AVG

OP_LOWER

public static final int OP_LOWER

KEY_COS

public static final int KEY_COS

KEY_BY

public static final int KEY_BY

OP_DISJUNCTION

public static final int OP_DISJUNCTION

KEY_ORDER

public static final int KEY_ORDER

KEY_TOSTRING

public static final int KEY_TOSTRING

KEY_WHILE

public static final int KEY_WHILE

KEY_UNION

public static final int KEY_UNION

LIT_BOOLEAN

public static final int LIT_BOOLEAN

OP_DIVIDE

public static final int OP_DIVIDE

OP_ASSIGN

public static final int OP_ASSIGN

KEY_JOIN

public static final int KEY_JOIN

KEY_STRUCT

public static final int KEY_STRUCT

LIT_DOUBLE

public static final int LIT_DOUBLE

OP_EQUAL

public static final int OP_EQUAL

OP_MODULO

public static final int OP_MODULO

KEY_BREAK

public static final int KEY_BREAK

UMINUS

public static final int UMINUS

KEY_TO

public static final int KEY_TO

OP_INCREMENT

public static final int OP_INCREMENT

KEY_SEQUENCE

public static final int KEY_SEQUENCE

KEY_ABS

public static final int KEY_ABS

RCURLY

public static final int RCURLY

OP_PLUS

public static final int OP_PLUS

KEY_ANY

public static final int KEY_ANY

OP_MINUS_ASSIGN

public static final int OP_MINUS_ASSIGN

KEY_WHERE

public static final int KEY_WHERE