/* Generated By:JavaCC: Do not edit this line. TheParserConstants.java */ package edu.neu.ccs.demeterf.http.classes; public interface TheParserConstants { int EOF = 0; int TRUE = 19; int FALSE = 20; int INT = 21; int DOUBLE = 22; int EXPON = 23; int CHAR = 24; int STRING = 25; int TEXT = 26; int URLCHAR = 27; int IDENT = 28; int DEFAULT = 0; String[] tokenImage = { "", "\"GET\"", "\"HEAD\"", "\"POST\"", "\"PUT\"", "\"DELETE\"", "\"TRACE\"", "\"CONNECT\"", "\"OPTIONS\"", "\"/\"", "\"HTTP/\"", "\":\"", "\" \"", "\"\\t\"", "\"\\n\"", "\"\\r\"", "\"\\r\\n\"", "", "", "\"true\"", "\"false\"", "", "", "", "", "", "", "", "", }; }