001 /* Generated By:JavaCC: Do not edit this line. ParserConstants.java */ 002 package edu.upenn.gloDB.parser; 003 004 public interface ParserConstants { 005 006 int EOF = 0; 007 int SP0 = 6; 008 int SP1 = 7; 009 int EQUALS = 8; 010 int SEPARATOR = 9; 011 int INTEGER = 10; 012 int nINTEGER = 11; 013 int lLENGTH = 12; 014 int lLENGTH2 = 13; 015 int rLENGTH = 14; 016 int LENGTH = 15; 017 int FROM = 16; 018 int lREPEAT = 17; 019 int rREPEAT = 18; 020 int lGROUP = 19; 021 int rGROUP = 20; 022 int lSET = 21; 023 int rSET = 22; 024 int IGNORE = 23; 025 int POS = 24; 026 int AND = 25; 027 int sAND = 26; 028 int OR = 27; 029 int MINUS = 28; 030 int sMINUS = 29; 031 int bAND = 30; 032 int bOR = 31; 033 int bMINUS = 32; 034 int bNOT = 33; 035 int HOOK = 34; 036 int PLUS = 35; 037 int STAR = 36; 038 int EOL = 37; 039 int WITHIN = 38; 040 int TIMES = 39; 041 int REPEATED = 40; 042 int POSITIONS = 41; 043 int allTRACKS = 42; 044 int OBJECT = 43; 045 int ASSIGN = 44; 046 int TRACK = 45; 047 int SEQUENCE = 46; 048 049 int DEFAULT = 0; 050 051 String[] tokenImage = { 052 "<EOF>", 053 "\" \"", 054 "\"then\"", 055 "\"followed by\"", 056 "\"\\r\"", 057 "\"\\t\"", 058 "<SP0>", 059 "<SP1>", 060 "\"=\"", 061 "\",\"", 062 "<INTEGER>", 063 "<nINTEGER>", 064 "\"<\"", 065 "<lLENGTH2>", 066 "\">\"", 067 "<LENGTH>", 068 "<FROM>", 069 "\"{\"", 070 "\"}\"", 071 "\"(\"", 072 "\")\"", 073 "\"[\"", 074 "\"]\"", 075 "\"~\"", 076 "\"POS\"", 077 "\"AND\"", 078 "\"sAND\"", 079 "\"OR\"", 080 "\"MINUS\"", 081 "\"sMINUS\"", 082 "\"&&\"", 083 "\"||\"", 084 "\"-\"", 085 "\"!\"", 086 "\"?\"", 087 "\"+\"", 088 "\"*\"", 089 "\"\\n\"", 090 "\"within\"", 091 "\"times\"", 092 "\"repeated\"", 093 "\"positions\"", 094 "<allTRACKS>", 095 "<OBJECT>", 096 "<ASSIGN>", 097 "<TRACK>", 098 "<SEQUENCE>", 099 "\";\"", 100 }; 101 102 }