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

org.etlunit.parser.ETLTestParserConstants Maven / Gradle / Ivy

/* Generated By:JavaCC: Do not edit this line. ETLTestParserConstants.java */
package org.etlunit.parser;


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

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int SINGLE_LINE_COMMENT = 9;
  /** RegularExpression Id. */
  int FORMAL_COMMENT = 10;
  /** RegularExpression Id. */
  int MULTI_LINE_COMMENT = 11;
  /** RegularExpression Id. */
  int PLUS = 13;
  /** RegularExpression Id. */
  int EQUALS = 14;
  /** RegularExpression Id. */
  int CLASS = 15;
  /** RegularExpression Id. */
  int LBRACE = 16;
  /** RegularExpression Id. */
  int RBRACE = 17;
  /** RegularExpression Id. */
  int ANNOTATION = 18;
  /** RegularExpression Id. */
  int LPAREN = 19;
  /** RegularExpression Id. */
  int RPAREN = 20;
  /** RegularExpression Id. */
  int OPERATION_TERMINATOR = 21;
  /** RegularExpression Id. */
  int OPERAND_DIVIDER = 22;
  /** RegularExpression Id. */
  int VAR = 23;
  /** RegularExpression Id. */
  int LETTER = 24;
  /** RegularExpression Id. */
  int DIGIT = 25;
  /** RegularExpression Id. */
  int SIGN = 26;
  /** RegularExpression Id. */
  int EXPONENT = 27;
  /** RegularExpression Id. */
  int FLOATING_NUMBER = 28;
  /** RegularExpression Id. */
  int INT_NUMBER = 29;
  /** RegularExpression Id. */
  int IDENTIFIER = 30;
  /** RegularExpression Id. */
  int ESCAPE_CHAR = 31;
  /** RegularExpression Id. */
  int SIMPLE_QUOTE_LITERAL = 32;
  /** RegularExpression Id. */
  int DOUBLE_QUOTE_LITERAL = 33;

  /** Lexical state. */
  int DEFAULT = 0;
  /** Lexical state. */
  int IN_SINGLE_LINE_COMMENT = 1;
  /** Lexical state. */
  int IN_FORMAL_COMMENT = 2;
  /** Lexical state. */
  int IN_MULTI_LINE_COMMENT = 3;

  /** Literal token values. */
  String[] tokenImage = {
    "",
    "\" \"",
    "\"\\t\"",
    "\"\\n\"",
    "\"\\r\"",
    "\"\\f\"",
    "\"//\"",
    "",
    "\"/*\"",
    "",
    "\"*/\"",
    "\"*/\"",
    "",
    "\"+\"",
    "\"=\"",
    "\"class\"",
    "\"{\"",
    "\"}\"",
    "",
    "\"(\"",
    "\")\"",
    "\";\"",
    "\",\"",
    "\"var\"",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "",
    "\"[\"",
    "\"]\"",
    "\":\"",
  };

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy