![JAR search and dependency download from the Maven repository](/logo.png)
ngom.rngom.20100718.source-code.CompactSyntaxConstants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rngom Show documentation
Show all versions of rngom Show documentation
RNGOM is an open-source Java library for parsing RELAX NG grammars.
The newest version!
/* Generated By:JavaCC: Do not edit this line. CompactSyntaxConstants.java */
package org.kohsuke.rngom.parse.compact;
public interface CompactSyntaxConstants {
int EOF = 0;
int NEWLINE = 37;
int NOT_NEWLINE = 38;
int WS = 39;
int DOCUMENTATION = 40;
int DOCUMENTATION_CONTINUE = 41;
int SINGLE_LINE_COMMENT = 42;
int DOCUMENTATION_AFTER_SINGLE_LINE_COMMENT = 43;
int SINGLE_LINE_COMMENT_CONTINUE = 44;
int BASE_CHAR = 45;
int IDEOGRAPHIC = 46;
int LETTER = 47;
int COMBINING_CHAR = 48;
int DIGIT = 49;
int EXTENDER = 50;
int NMSTART = 51;
int NMCHAR = 52;
int NCNAME = 53;
int IDENTIFIER = 54;
int ESCAPED_IDENTIFIER = 55;
int PREFIX_STAR = 56;
int PREFIXED_NAME = 57;
int LITERAL = 58;
int FANNOTATE = 59;
int ILLEGAL_CHAR = 60;
int DEFAULT = 0;
int AFTER_SINGLE_LINE_COMMENT = 1;
int AFTER_DOCUMENTATION = 2;
String[] tokenImage = {
"",
"\"[\"",
"\"=\"",
"\"&=\"",
"\"|=\"",
"\"start\"",
"\"div\"",
"\"include\"",
"\"~\"",
"\"]\"",
"\"grammar\"",
"\"{\"",
"\"}\"",
"\"namespace\"",
"\"default\"",
"\"inherit\"",
"\"datatypes\"",
"\"empty\"",
"\"text\"",
"\"notAllowed\"",
"\"|\"",
"\"&\"",
"\",\"",
"\"+\"",
"\"?\"",
"\"*\"",
"\"element\"",
"\"attribute\"",
"\"(\"",
"\")\"",
"\"-\"",
"\"list\"",
"\"mixed\"",
"\"external\"",
"\"parent\"",
"\"string\"",
"\"token\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\">>\"",
"",
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy