01: /* Generated By:JJTree: Do not edit this line. .\CSSParserTreeConstants.java */
02:
03: package jaxx.css;
04:
05: public interface CSSParserTreeConstants {
06: public int JJTSTYLESHEET = 0;
07: public int JJTRULE = 1;
08: public int JJTSELECTORS = 2;
09: public int JJTSELECTOR = 3;
10: public int JJTJAVACLASS = 4;
11: public int JJTID = 5;
12: public int JJTCLASS = 6;
13: public int JJTPSEUDOCLASS = 7;
14: public int JJTANIMATIONPROPERTIES = 8;
15: public int JJTANIMATIONPROPERTY = 9;
16: public int JJTDECLARATION = 10;
17: public int JJTPROPERTY = 11;
18: public int JJTEXPRESSION = 12;
19: public int JJTJAVACODE = 13;
20: public int JJTIDENTIFIER = 14;
21:
22: public String[] jjtNodeName = { "Stylesheet", "Rule", "Selectors",
23: "Selector", "JavaClass", "Id", "Class", "PseudoClass",
24: "AnimationProperties", "AnimationProperty", "Declaration",
25: "Property", "Expression", "JavaCode", "Identifier", };
26: }
|