org.tautua.markdownpapers.parser.ParserConstants Maven / Gradle / Ivy
/* Generated By:JJTree&JavaCC: Do not edit this line. ParserConstants.java */
package org.tautua.markdownpapers.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface ParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int SPACE = 1;
/** RegularExpression Id. */
int TAB = 2;
/** RegularExpression Id. */
int EOL = 3;
/** RegularExpression Id. */
int AMPERSAND = 4;
/** RegularExpression Id. */
int BACKSLASH = 5;
/** RegularExpression Id. */
int BACKTICK = 6;
/** RegularExpression Id. */
int BANG = 7;
/** RegularExpression Id. */
int COLON = 8;
/** RegularExpression Id. */
int DOUBLE_QUOTE = 9;
/** RegularExpression Id. */
int EQ = 10;
/** RegularExpression Id. */
int GT = 11;
/** RegularExpression Id. */
int LBRACKET = 12;
/** RegularExpression Id. */
int LPAREN = 13;
/** RegularExpression Id. */
int LT = 14;
/** RegularExpression Id. */
int MINUS = 15;
/** RegularExpression Id. */
int PLUS = 16;
/** RegularExpression Id. */
int RBRACKET = 17;
/** RegularExpression Id. */
int RPAREN = 18;
/** RegularExpression Id. */
int SHARP = 19;
/** RegularExpression Id. */
int SINGLE_QUOTE = 20;
/** RegularExpression Id. */
int SLASH = 21;
/** RegularExpression Id. */
int STAR = 22;
/** RegularExpression Id. */
int UNDERSCORE = 23;
/** RegularExpression Id. */
int COMMENT_OPEN = 24;
/** RegularExpression Id. */
int COMMENT_CLOSE = 25;
/** RegularExpression Id. */
int CODE_SPAN = 26;
/** RegularExpression Id. */
int NUMBERING = 27;
/** RegularExpression Id. */
int CHAR_ENTITY_REF = 28;
/** RegularExpression Id. */
int NUMERIC_CHAR_REF = 29;
/** RegularExpression Id. */
int ESCAPED_CHAR = 30;
/** RegularExpression Id. */
int CHAR_SEQUENCE = 31;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"",
"\"&\"",
"\"\\\\\"",
"\"`\"",
"\"!\"",
"\":\"",
"\"\\\"\"",
"\"=\"",
"\">\"",
"\"[\"",
"\"(\"",
"\"<\"",
"\"-\"",
"\"+\"",
"\"]\"",
"\")\"",
"\"#\"",
"\"\\\'\"",
"\"/\"",
"\"*\"",
"\"_\"",
"\"\"",
"",
"",
"",
"",
"",
"",
};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy