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

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

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

public interface AnimTimeParserTreeConstants
{
  public int JJTEXPR = 0;
  public int JJTSUM = 1;
  public int JJTTERM = 2;
  public int JJTINDEFINITETIME = 3;
  public int JJTEVENTTIME = 4;
  public int JJTLITERALTIME = 5;
  public int JJTLOOKUPTIME = 6;
  public int JJTPARAMLIST = 7;
  public int JJTNUMBER = 8;
  public int JJTINTEGER = 9;


  public String[] jjtNodeName = {
    "Expr",
    "Sum",
    "Term",
    "IndefiniteTime",
    "EventTime",
    "LiteralTime",
    "LookupTime",
    "ParamList",
    "Number",
    "Integer",
  };
}
/* ParserGeneratorCC - OriginalChecksum=b430612e19cf25b4f478626670ac4129 (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy