com.phloc.css.parser.ParserCSSCharsetDetectorConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of phloc-css-jdk5 Show documentation
Show all versions of phloc-css-jdk5 Show documentation
phloc CSS parser an other components
/* Generated By:JJTree&JavaCC: Do not edit this line. ParserCSSCharsetDetectorConstants.java */
package com.phloc.css.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface ParserCSSCharsetDetectorConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int S = 1;
/** RegularExpression Id. */
int H = 5;
/** RegularExpression Id. */
int HNUM = 6;
/** RegularExpression Id. */
int ESCAPE_UNICODE = 7;
/** RegularExpression Id. */
int ESCAPE_OTHER = 8;
/** RegularExpression Id. */
int ESCAPE = 9;
/** RegularExpression Id. */
int SEMICOLON = 10;
/** RegularExpression Id. */
int STRING_EOL = 11;
/** RegularExpression Id. */
int STRING1 = 12;
/** RegularExpression Id. */
int STRING2 = 13;
/** RegularExpression Id. */
int CDO = 14;
/** RegularExpression Id. */
int CDC = 15;
/** RegularExpression Id. */
int CHARSET_SYM = 16;
/** RegularExpression Id. */
int REST = 17;
/** Lexical state. */
int DEFAULT = 0;
/** Lexical state. */
int IN_COMMENT = 1;
/** Literal token values. */
String[] tokenImage = {
"",
"",
"\"/*\"",
"",
"\"*/\"",
"",
"",
"",
"",
"",
"\";\"",
"",
"",
"",
"\"\"",
"\"@charset\"",
"",
};
}