com.kitfox.svg.animation.parser.AnimTimeParserTreeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of svgSalamander Show documentation
Show all versions of svgSalamander Show documentation
A tool for displaying and playing SVG content using the Java2D.
/* 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) */