All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.geode.cache.query.internal.parse.OQLLexerTokenTypes Maven / Gradle / Ivy

Go to download

Apache Geode provides a database-like consistency model, reliable transaction processing and a shared-nothing architecture to maintain very low latency performance with high concurrency processing

There is a newer version: 1.15.1
Show newest version
// $ANTLR : "oql.g" -> "OQLParser.java"$

package org.apache.geode.cache.query.internal.parse;
import java.util.*;
import org.apache.geode.cache.query.internal.types.*;

public interface OQLLexerTokenTypes {
	int EOF = 1;
	int NULL_TREE_LOOKAHEAD = 3;
	int TOK_RPAREN = 4;
	int TOK_LPAREN = 5;
	int TOK_COMMA = 6;
	int TOK_SEMIC = 7;
	int TOK_DOTDOT = 8;
	int TOK_COLON = 9;
	int TOK_DOT = 10;
	int TOK_INDIRECT = 11;
	int TOK_CONCAT = 12;
	int TOK_EQ = 13;
	int TOK_PLUS = 14;
	int TOK_MINUS = 15;
	int TOK_SLASH = 16;
	int TOK_STAR = 17;
	int TOK_LE = 18;
	int TOK_GE = 19;
	int TOK_NE = 20;
	int TOK_NE_ALT = 21;
	int TOK_LT = 22;
	int TOK_GT = 23;
	int TOK_LBRACK = 24;
	int TOK_RBRACK = 25;
	int TOK_DOLLAR = 26;
	int LETTER = 27;
	int DIGIT = 28;
	int ALL_UNICODE = 29;
	int NameFirstCharacter = 30;
	int NameCharacter = 31;
	int RegionNameCharacter = 32;
	int QuotedIdentifier = 33;
	int Identifier = 34;
	int RegionPath = 35;
	int NUM_INT = 36;
	int EXPONENT = 37;
	int FLOAT_SUFFIX = 38;
	int HEX_DIGIT = 39;
	int QUOTE = 40;
	int StringLiteral = 41;
	int WS = 42;
	int SL_COMMENT = 43;
	int ML_COMMENT = 44;
	int QUERY_PROGRAM = 45;
	int QUALIFIED_NAME = 46;
	int QUERY_PARAM = 47;
	int ITERATOR_DEF = 48;
	int PROJECTION_ATTRS = 49;
	int PROJECTION = 50;
	int TYPECAST = 51;
	int COMBO = 52;
	int METHOD_INV = 53;
	int POSTFIX = 54;
	int OBJ_CONSTRUCTOR = 55;
	int IMPORTS = 56;
	int SORT_CRITERION = 57;
	int LIMIT = 58;
	int HINT = 59;
	int AGG_FUNC = 60;
	int SUM = 61;
	int AVG = 62;
	int COUNT = 63;
	int MAX = 64;
	int MIN = 65;
	int LITERAL_trace = 66;
	int LITERAL_import = 67;
	int LITERAL_as = 68;
	int LITERAL_declare = 69;
	int LITERAL_define = 70;
	int LITERAL_query = 71;
	int LITERAL_undefine = 72;
	int LITERAL_select = 73;
	int LITERAL_distinct = 74;
	int LITERAL_all = 75;
	int LITERAL_from = 76;
	int LITERAL_in = 77;
	int LITERAL_type = 78;
	int LITERAL_where = 79;
	int LITERAL_limit = 80;
	int LITERAL_group = 81;
	int LITERAL_by = 82;
	int LITERAL_having = 83;
	int LITERAL_hint = 84;
	int LITERAL_order = 85;
	int LITERAL_asc = 86;
	int LITERAL_desc = 87;
	int LITERAL_or = 88;
	int LITERAL_orelse = 89;
	int LITERAL_and = 90;
	int LITERAL_for = 91;
	int LITERAL_exists = 92;
	int LITERAL_andthen = 93;
	int LITERAL_any = 94;
	int LITERAL_some = 95;
	int LITERAL_like = 96;
	int LITERAL_union = 97;
	int LITERAL_except = 98;
	int LITERAL_mod = 99;
	int LITERAL_intersect = 100;
	int LITERAL_abs = 101;
	int LITERAL_not = 102;
	int LITERAL_listtoset = 103;
	int LITERAL_element = 104;
	int LITERAL_flatten = 105;
	int LITERAL_nvl = 106;
	int LITERAL_to_date = 107;
	int LITERAL_first = 108;
	int LITERAL_last = 109;
	int LITERAL_unique = 110;
	int LITERAL_sum = 111;
	int LITERAL_avg = 112;
	int LITERAL_min = 113;
	int LITERAL_max = 114;
	int LITERAL_count = 115;
	int LITERAL_is_undefined = 116;
	int LITERAL_is_defined = 117;
	int LITERAL_struct = 118;
	int LITERAL_array = 119;
	int LITERAL_set = 120;
	int LITERAL_bag = 121;
	int LITERAL_list = 122;
	int LITERAL_short = 123;
	int LITERAL_long = 124;
	int LITERAL_int = 125;
	int LITERAL_float = 126;
	int LITERAL_double = 127;
	int LITERAL_char = 128;
	int LITERAL_string = 129;
	int LITERAL_boolean = 130;
	int LITERAL_byte = 131;
	int LITERAL_octet = 132;
	int LITERAL_enum = 133;
	int LITERAL_date = 134;
	int LITERAL_time = 135;
	int LITERAL_interval = 136;
	int LITERAL_timestamp = 137;
	int LITERAL_collection = 138;
	int LITERAL_dictionary = 139;
	int LITERAL_map = 140;
	int LITERAL_nil = 141;
	int LITERAL_null = 142;
	int LITERAL_undefined = 143;
	int LITERAL_true = 144;
	int LITERAL_false = 145;
	int NUM_LONG = 146;
	int NUM_FLOAT = 147;
	int NUM_DOUBLE = 148;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy