⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pieroslconstants.java

📁 High performance DB query
💻 JAVA
字号:
/* Generated By:JavaCC: Do not edit this line. PierOSLConstants.java *//* * @(#)$Id: PierOSLConstants.java,v 1.33 2005/07/18 04:03:36 huebsch Exp $ * * Copyright (c) 2001-2003 Regents of the University of California. * All rights reserved. * * This file is distributed under the terms in the attached BERKELEY-LICENSE * file. If you do not find these files, copies can be found by writing to: * Computer Science Division, Database Group, Universite of California, * 617 Soda Hall #1776, Berkeley, CA 94720-1776. Attention: Berkeley License * * Copyright (c) 2003 Intel Corporation. All rights reserved. * * This file is distributed under the terms in the attached INTEL-LICENSE file. * If you do not find these files, copies can be found by writing to: * Intel Research Berkeley, 2150 Shattuck Avenue, Suite 1300, * Berkeley, CA, 94704.  Attention:  Intel License Inquiry. */package pier.parsers.PierOSL;public interface PierOSLConstants {  int EOF = 0;  int OPGRAPHSTART = 2;  int END = 3;  int GRAPHSEP = 5;  int OPGRAPHEND = 6;  int OPSTART = 7;  int OPEND = 9;  int OPSEP = 10;  int BLOOM = 12;  int CACHE = 13;  int DUPELIM = 14;  int EDDY = 15;  int FLOW = 16;  int GET = 17;  int GROUPBY = 18;  int JOIN = 19;  int NULL = 20;  int PROJECTION = 21;  int QUEUE = 22;  int PUT = 23;  int RESULT = 24;  int SCAN = 25;  int SELECTION = 26;  int TEE = 27;  int UNION = 28;  int PREDICATESTART = 30;  int PREDICATEEND = 31;  int PREDICATESEP = 32;  int PREDICATETYPEAND = 33;  int PREDICATETYPEOR = 34;  int PREDICATETYPEATOMIC = 35;  int COMPAREOP = 37;  int EXPRESSIONSTART = 39;  int EXPRESSIONEND = 40;  int EXPRESSIONSEP = 41;  int EXPRESSIONCONSTANT = 42;  int EXPRESSIONFIELD = 43;  int EXPRESSIONFUNCTION = 44;  int EXPRESSIONCAST = 45;  int HASHMAPEQ = 47;  int HASHMAPSEP = 48;  int HASHMAPEND = 49;  int PORTSEP = 51;  int ARRAYSTART = 53;  int ARRAYEXPSTART = 54;  int ARRAYSEP = 55;  int ARRAYEND = 56;  int LITERALTEXT = 57;  int LITERALESCAPE = 58;  int LITERALEND = 59;  int ESCAPEUNICODE = 60;  int ESCAPEQID = 61;  int ESCAPEQTAG = 62;  int ESCAPEQADDR = 63;  int ESCAPESLASH = 64;  int ESCAPEQUOTE = 65;  int ESCAPENEWLINE = 66;  int BASICTEXTCHARS = 67;  int LITERALSTART = 68;  int UNKNOWN = 69;  int DEFAULT = 0;  int OPGRAPHDEF = 1;  int OPDEF = 2;  int OPNAME = 3;  int PREDICATE = 4;  int PREDICATEATOMIC = 5;  int EXPRESSION = 6;  int HASHMAP = 7;  int INETSOCKET = 8;  int ARRAYLIST = 9;  int LITERALS = 10;  int LITERALESCAPES = 11;  String[] tokenImage = {    "<EOF>",    "<token of kind 1>",    "\"[\"",    "\"#\"",    "<token of kind 4>",    "\"#\"",    "\"]\"",    "\"[\"",    "<token of kind 8>",    "\"]\"",    "\"#\"",    "<token of kind 11>",    "<BLOOM>",    "<CACHE>",    "<DUPELIM>",    "<EDDY>",    "<FLOW>",    "<GET>",    "<GROUPBY>",    "<JOIN>",    "<NULL>",    "<PROJECTION>",    "<QUEUE>",    "<PUT>",    "<RESULT>",    "<SCAN>",    "<SELECTION>",    "<TEE>",    "<UNION>",    "<token of kind 29>",    "\"{\"",    "\"}\"",    "\",\"",    "\"AND\"",    "\"OR\"",    "\"ATOMIC\"",    "<token of kind 36>",    "<COMPAREOP>",    "<token of kind 38>",    "\"{\"",    "\"}\"",    "\",\"",    "<EXPRESSIONCONSTANT>",    "<EXPRESSIONFIELD>",    "<EXPRESSIONFUNCTION>",    "\"::\"",    "<token of kind 46>",    "\"=\"",    "\",\"",    "\"#\"",    "<token of kind 50>",    "\":\"",    "<token of kind 52>",    "\"[\"",    "\"{\"",    "\"|\"",    "\"]\"",    "<LITERALTEXT>",    "\"\\\\\"",    "<LITERALEND>",    "<ESCAPEUNICODE>",    "<ESCAPEQID>",    "<ESCAPEQTAG>",    "<ESCAPEQADDR>",    "<ESCAPESLASH>",    "\"\\\"$\"",    "<ESCAPENEWLINE>",    "<BASICTEXTCHARS>",    "\"\\\"\"",    "<UNKNOWN>",  };}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -