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

com.kitfox.svg.animation.parser.AnimTimeParserConstants Maven / Gradle / Ivy

There is a newer version: 1.1.3
Show newest version
/* Generated by:  JJTree&ParserGeneratorCC: Do not edit this line. AnimTimeParserConstants.java */
package com.kitfox.svg.animation.parser;


/**
 * Token literal values and constants.
 * Generated by com.helger.pgcc.output.java.OtherFilesGenJava#start()
 */
public interface AnimTimeParserConstants {

  /** End of File. */
  int EOF = 0;
  /** RegularExpression Id. */
  int LETTER = 6;
  /** RegularExpression Id. */
  int DIGIT = 7;
  /** RegularExpression Id. */
  int INTEGER = 8;
  /** RegularExpression Id. */
  int FLOAT = 9;
  /** RegularExpression Id. */
  int INDEFINITE = 10;
  /** RegularExpression Id. */
  int MOUSE_OVER = 11;
  /** RegularExpression Id. */
  int WHEN_NOT_ACTIVE = 12;
  /** RegularExpression Id. */
  int UNITS = 13;
  /** RegularExpression Id. */
  int IDENTIFIER = 14;

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

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy