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

org.nmdp.ngs.feature.parser.FeatureParserConstants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. FeatureParserConstants.java */
/*

    ngs-feature  Features.
    Copyright (c) 2014 National Marrow Donor Program (NMDP)

    This library is free software; you can redistribute it and/or modify it
    under the terms of the GNU Lesser General Public License as published
    by the Free Software Foundation; either version 3 of the License, or (at
    your option) any later version.

    This library is distributed in the hope that it will be useful, but WITHOUT
    ANY WARRANTY; with out even the implied warranty of MERCHANTABILITY or
    FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
    License for more details.

    You should have received a copy of the GNU Lesser General Public License
    along with this library;  if not, write to the Free Software Foundation,
    Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307  USA.

    > http://www.gnu.org/licenses/lgpl.html

*/
package org.nmdp.ngs.feature.parser;


/**
 * Token literal values and constants.
 * Generated by org.javacc.parser.OtherFilesGen#start()
 */
public interface FeatureParserConstants {

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int TAB = 3;
  /** RegularExpression Id. */
  int DIGIT = 4;
  /** RegularExpression Id. */
  int UPPER = 5;
  /** RegularExpression Id. */
  int LOWER = 6;
  /** RegularExpression Id. */
  int LETTER = 7;
  /** RegularExpression Id. */
  int NUCLEOTIDE = 8;
  /** RegularExpression Id. */
  int PLUS_SIGN = 9;
  /** RegularExpression Id. */
  int MINUS_SIGN = 10;
  /** RegularExpression Id. */
  int EQUALS = 11;
  /** RegularExpression Id. */
  int COMMA = 12;
  /** RegularExpression Id. */
  int COLON = 13;
  /** RegularExpression Id. */
  int SEMICOLON = 14;
  /** RegularExpression Id. */
  int DOT = 15;
  /** RegularExpression Id. */
  int HAT = 16;
  /** RegularExpression Id. */
  int DOLLAR_SIGN = 17;
  /** RegularExpression Id. */
  int STAR = 18;
  /** RegularExpression Id. */
  int BAR = 19;
  /** RegularExpression Id. */
  int SLASH = 20;
  /** RegularExpression Id. */
  int HASH = 21;
  /** RegularExpression Id. */
  int OPENANGLE = 22;
  /** RegularExpression Id. */
  int CLOSEANGLE = 23;
  /** RegularExpression Id. */
  int INTEGER = 24;
  /** RegularExpression Id. */
  int LOCATION = 25;
  /** RegularExpression Id. */
  int DOUBLEHASH = 26;
  /** RegularExpression Id. */
  int REAL = 27;
  /** RegularExpression Id. */
  int DNA = 28;
  /** RegularExpression Id. */
  int IDENTIFIER = 29;
  /** RegularExpression Id. */
  int NONDELIMITER = 30;

  /** Lexical state. */
  int IN_LITERAL = 0;
  /** Lexical state. */
  int DEFAULT = 1;

  /** Literal token values. */
  String[] tokenImage = {
    "",
    "",
    "",
    "\"\\t\"",
    "",
    "",
    "",
    "",
    "",
    "\"+\"",
    "\"-\"",
    "\"=\"",
    "\",\"",
    "\":\"",
    "\";\"",
    "\".\"",
    "\"^\"",
    "\"$\"",
    "\"*\"",
    "\"|\"",
    "\"/\"",
    "\"#\"",
    "\"<\"",
    "\">\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
  };

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy