/* Generated By:JavaCC: Do not edit this line. ContentDispositionParserConstants.java */ /**************************************************************** * Licensed to the Apache Software Foundation (ASF) under one * * or more contributor license agreements. See the NOTICE file * * distributed with this work for additional information * * regarding copyright ownership. The ASF licenses this file * * to you under the Apache License, Version 2.0 (the * * "License"); you may not use this file except in compliance * * with the License. You may obtain a copy of the License at * * * * http://www.apache.org/licenses/LICENSE-2.0 * * * * Unless required by applicable law or agreed to in writing, * * software distributed under the License is distributed on an * * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY * * KIND, either express or implied. See the License for the * * specific language governing permissions and limitations * * under the License. * ****************************************************************/ package org.apache.james.mime4j.field.contentdisposition.parser; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface ContentDispositionParserConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int WS = 5; /** RegularExpression Id. */ int COMMENT = 7; /** RegularExpression Id. */ int QUOTEDSTRING = 18; /** RegularExpression Id. */ int DIGITS = 19; /** RegularExpression Id. */ int ATOKEN = 20; /** RegularExpression Id. */ int QUOTEDPAIR = 21; /** RegularExpression Id. */ int ANY = 22; /** Lexical state. */ int DEFAULT = 0; /** Lexical state. */ int INCOMMENT = 1; /** Lexical state. */ int NESTED_COMMENT = 2; /** Lexical state. */ int INQUOTEDSTRING = 3; /** Literal token values. */ String[] tokenImage = { "<EOF>", "\"\\r\"", "\"\\n\"", "\";\"", "\"=\"", "<WS>", "\"(\"", "\")\"", "<token of kind 8>", "\"(\"", "<token of kind 10>", "<token of kind 11>", "\"(\"", "\")\"", "<token of kind 14>", "\"\\\"\"", "<token of kind 16>", "<token of kind 17>", "\"\\\"\"", "<DIGITS>", "<ATOKEN>", "<QUOTEDPAIR>", "<ANY>", }; }