eworks.RQL.parser
Class sym
java.lang.Object
eworks.RQL.parser.sym
- public class sym
- extends Object
CUP generated class containing symbol constants.
Constructor Summary |
sym()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WHERE
public static final int WHERE
- See Also:
- Constant Field Values
FROM
public static final int FROM
- See Also:
- Constant Field Values
DOLLAR_IDENTIFIER
public static final int DOLLAR_IDENTIFIER
- See Also:
- Constant Field Values
SELECT
public static final int SELECT
- See Also:
- Constant Field Values
AT_IDENTIFIER
public static final int AT_IDENTIFIER
- See Also:
- Constant Field Values
IDENTIFIER
public static final int IDENTIFIER
- See Also:
- Constant Field Values
RCURLYBRACKET
public static final int RCURLYBRACKET
- See Also:
- Constant Field Values
LBRACKET
public static final int LBRACKET
- See Also:
- Constant Field Values
URI
public static final int URI
- See Also:
- Constant Field Values
LIKEOPERATOR
public static final int LIKEOPERATOR
- See Also:
- Constant Field Values
RBRACKET
public static final int RBRACKET
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
COMMA
public static final int COMMA
- See Also:
- Constant Field Values
EQUALITYOPERATOR
public static final int EQUALITYOPERATOR
- See Also:
- Constant Field Values
EOF
public static final int EOF
- See Also:
- Constant Field Values
DISTINCT
public static final int DISTINCT
- See Also:
- Constant Field Values
error
public static final int error
- See Also:
- Constant Field Values
LCURLYBRACKET
public static final int LCURLYBRACKET
- See Also:
- Constant Field Values
OROPERATOR
public static final int OROPERATOR
- See Also:
- Constant Field Values
ANDOPERATOR
public static final int ANDOPERATOR
- See Also:
- Constant Field Values
sym
public sym()