// $ANTLR 2.7.6 (2005-12-22): "hql-sql.g" -> "HqlSqlBaseWalker.java"$ // $Id: hql-sql.g 10001 2006-06-08 21:08:04Z steve.ebersole@jboss.com $ package org.hibernate.hql.antlr; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public interface HqlSqlTokenTypes { int EOF = 1; int NULL_TREE_LOOKAHEAD = 3; int ALL = 4; int ANY = 5; int AND = 6; int AS = 7; int ASCENDING = 8; int AVG = 9; int BETWEEN = 10; int CLASS = 11; int COUNT = 12; int DELETE = 13; int DESCENDING = 14; int DOT = 15; int DISTINCT = 16; int ELEMENTS = 17; int ESCAPE = 18; int EXISTS = 19; int FALSE = 20; int FETCH = 21; int FROM = 22; int FULL = 23; int GROUP = 24; int HAVING = 25; int IN = 26; int INDICES = 27; int INNER = 28; int INSERT = 29; int INTO = 30; int IS = 31; int JOIN = 32; int LEFT = 33; int LIKE = 34; int MAX = 35; int MIN = 36; int NEW = 37; int NOT = 38; int NULL = 39; int OR = 40; int ORDER = 41; int OUTER = 42; int PROPERTIES = 43; int RIGHT = 44; int SELECT = 45; int SET = 46; int SOME = 47; int SUM = 48; int TRUE = 49; int UNION = 50; int UPDATE = 51; int VERSIONED = 52; int WHERE = 53; int CASE = 54; int END = 55; int ELSE = 56; int THEN = 57; int WHEN = 58; int ON = 59; int WITH = 60; int BOTH = 61; int EMPTY = 62; int LEADING = 63; int MEMBER = 64; int OBJECT = 65; int OF = 66; int TRAILING = 67; int KEY = 68; int VALUE = 69; int ENTRY = 70; int AGGREGATE = 71; int ALIAS = 72; int CONSTRUCTOR = 73; int CASE2 = 74; int EXPR_LIST = 75; int FILTER_ENTITY = 76; int IN_LIST = 77; int INDEX_OP = 78; int IS_NOT_NULL = 79; int IS_NULL = 80; int METHOD_CALL = 81; int NOT_BETWEEN = 82; int NOT_IN = 83; int NOT_LIKE = 84; int ORDER_ELEMENT = 85; int QUERY = 86; int RANGE = 87; int ROW_STAR = 88; int SELECT_FROM = 89; int UNARY_MINUS = 90; int UNARY_PLUS = 91; int VECTOR_EXPR = 92; int WEIRD_IDENT = 93; int CONSTANT = 94; int NUM_DOUBLE = 95; int NUM_FLOAT = 96; int NUM_LONG = 97; int NUM_BIG_INTEGER = 98; int NUM_BIG_DECIMAL = 99; int JAVA_CONSTANT = 100; int COMMA = 101; int EQ = 102; int OPEN = 103; int CLOSE = 104; int LITERAL_by = 105; int LITERAL_ascending = 106; int LITERAL_descending = 107; int NE = 108; int SQL_NE = 109; int LT = 110; int GT = 111; int LE = 112; int GE = 113; int CONCAT = 114; int PLUS = 115; int MINUS = 116; int STAR = 117; int DIV = 118; int MOD = 119; int OPEN_BRACKET = 120; int CLOSE_BRACKET = 121; int COLON = 122; int PARAM = 123; int NUM_INT = 124; int QUOTED_STRING = 125; int IDENT = 126; int ID_START_LETTER = 127; int ID_LETTER = 128; int ESCqs = 129; int WS = 130; int HEX_DIGIT = 131; int EXPONENT = 132; int FLOAT_SUFFIX = 133; int FROM_FRAGMENT = 134; int IMPLIED_FROM = 135; int JOIN_FRAGMENT = 136; int SELECT_CLAUSE = 137; int LEFT_OUTER = 138; int RIGHT_OUTER = 139; int ALIAS_REF = 140; int PROPERTY_REF = 141; int SQL_TOKEN = 142; int SELECT_COLUMNS = 143; int SELECT_EXPR = 144; int THETA_JOINS = 145; int FILTERS = 146; int METHOD_NAME = 147; int NAMED_PARAM = 148; int BOGUS = 149; int RESULT_VARIABLE_REF = 150; }