org.netbeans.modules.css.parser.CssParserTreeConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of css-parser Show documentation
Show all versions of css-parser Show documentation
A CSS Parser extract from the NetBeans CSS modules
The newest version!
/* Generated By:JavaCC: Do not edit this line. CssParserTreeConstants.java Version 4.1 */
package org.netbeans.modules.css.parser;
public interface CssParserTreeConstants
{
public int JJTSTYLESHEET = 0;
public int JJTSTYLESHEETRULELIST = 1;
public int JJTRULE = 2;
public int JJTSTYLESHEETRULESINGLE = 3;
public int JJTCHARSETRULE = 4;
public int JJTUNKNOWNRULE = 5;
public int JJTIMPORTRULE = 6;
public int JJTMEDIARULE = 7;
public int JJTMEDIALIST = 8;
public int JJTMEDIARULELIST = 9;
public int JJTMEDIARULESINGLE = 10;
public int JJTMEDIUM = 11;
public int JJTPAGERULE = 12;
public int JJTPSEUDOPAGE = 13;
public int JJTFONTFACERULE = 14;
public int JJTOPERATOR = 15;
public int JJTCOMBINATOR = 16;
public int JJTUNARYOPERATOR = 17;
public int JJTPROPERTY = 18;
public int JJTSTYLERULE = 19;
public int JJTSELECTORLIST = 20;
public int JJTSELECTOR = 21;
public int JJTSIMPLESELECTOR = 22;
public int JJT_CLASS = 23;
public int JJTELEMENTNAME = 24;
public int JJTATTRIB = 25;
public int JJTPSEUDO = 26;
public int JJTHASH = 27;
public int JJTSTYLEDECLARATION = 28;
public int JJTDECLARATION = 29;
public int JJTPRIO = 30;
public int JJTEXPR = 31;
public int JJTTERM = 32;
public int JJTFUNCTION = 33;
public int JJTRGB = 34;
public int JJTHEXCOLOR = 35;
public int JJTREPORTERROR = 36;
public int JJTSKIPSELECTOR = 37;
public int JJTSKIP = 38;
public int JJTERROR_SKIPBLOCK = 39;
public int JJTERROR_SKIPDECL = 40;
public int JJTERROR_SKIP_TO_WHITESPACE = 41;
public String[] jjtNodeName = {
"styleSheet",
"styleSheetRuleList",
"rule",
"styleSheetRuleSingle",
"charsetRule",
"unknownRule",
"importRule",
"mediaRule",
"mediaList",
"mediaRuleList",
"mediaRuleSingle",
"medium",
"pageRule",
"pseudoPage",
"fontFaceRule",
"operator",
"combinator",
"unaryOperator",
"property",
"styleRule",
"selectorList",
"selector",
"simpleSelector",
"_class",
"elementName",
"attrib",
"pseudo",
"hash",
"styleDeclaration",
"declaration",
"prio",
"expr",
"term",
"function",
"rgb",
"hexcolor",
"reportError",
"skipSelector",
"skip",
"error_skipblock",
"error_skipdecl",
"error_skip_to_whitespace",
};
}
/* JavaCC - OriginalChecksum=430f74965567e0d5cc025f32bda2adc9 (do not edit this line) */
© 2015 - 2025 Weber Informatics LLC | Privacy Policy