com.ontology2.rdf.parser.NodeParserConstants Maven / Gradle / Ivy
The newest version!
/* Generated By:JavaCC: Do not edit this line. NodeParserConstants.java */
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.ontology2.rdf.parser;
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
public interface NodeParserConstants {
/** End of File. */
int EOF = 0;
/** RegularExpression Id. */
int WS = 6;
/** RegularExpression Id. */
int SINGLE_LINE_COMMENT = 7;
/** RegularExpression Id. */
int KW_A = 8;
/** RegularExpression Id. */
int PREFIX = 9;
/** RegularExpression Id. */
int BASE = 10;
/** RegularExpression Id. */
int TRUE = 11;
/** RegularExpression Id. */
int FALSE = 12;
/** RegularExpression Id. */
int INTEGER = 13;
/** RegularExpression Id. */
int DECIMAL = 14;
/** RegularExpression Id. */
int DOUBLE = 15;
/** RegularExpression Id. */
int EXPONENT = 16;
/** RegularExpression Id. */
int QUOTE_3D = 17;
/** RegularExpression Id. */
int QUOTE_3S = 18;
/** RegularExpression Id. */
int ECHAR = 19;
/** RegularExpression Id. */
int STRING_LITERAL1 = 20;
/** RegularExpression Id. */
int STRING_LITERAL2 = 21;
/** RegularExpression Id. */
int STRING_LITERAL_LONG1 = 22;
/** RegularExpression Id. */
int STRING_LITERAL_LONG2 = 23;
/** RegularExpression Id. */
int DIGITS = 24;
/** RegularExpression Id. */
int IRIref = 25;
/** RegularExpression Id. */
int PNAME_NS = 26;
/** RegularExpression Id. */
int PNAME_LN = 27;
/** RegularExpression Id. */
int BLANK_NODE_LABEL = 28;
/** RegularExpression Id. */
int VAR = 29;
/** RegularExpression Id. */
int LANGTAG = 30;
/** RegularExpression Id. */
int A2Z = 31;
/** RegularExpression Id. */
int A2ZN = 32;
/** RegularExpression Id. */
int LPAREN = 33;
/** RegularExpression Id. */
int RPAREN = 34;
/** RegularExpression Id. */
int NIL = 35;
/** RegularExpression Id. */
int LBRACE = 36;
/** RegularExpression Id. */
int RBRACE = 37;
/** RegularExpression Id. */
int LBRACKET = 38;
/** RegularExpression Id. */
int RBRACKET = 39;
/** RegularExpression Id. */
int ANON = 40;
/** RegularExpression Id. */
int SEMICOLON = 41;
/** RegularExpression Id. */
int COMMA = 42;
/** RegularExpression Id. */
int DOT = 43;
/** RegularExpression Id. */
int EQ = 44;
/** RegularExpression Id. */
int ARROW = 45;
/** RegularExpression Id. */
int DOLLAR = 46;
/** RegularExpression Id. */
int QMARK = 47;
/** RegularExpression Id. */
int TILDE = 48;
/** RegularExpression Id. */
int COLON = 49;
/** RegularExpression Id. */
int STAR = 50;
/** RegularExpression Id. */
int SLASH = 51;
/** RegularExpression Id. */
int RSLASH = 52;
/** RegularExpression Id. */
int BOM = 53;
/** RegularExpression Id. */
int DATATYPE = 54;
/** RegularExpression Id. */
int AT = 55;
/** RegularExpression Id. */
int PN_CHARS_BASE = 56;
/** RegularExpression Id. */
int PN_CHARS_U = 57;
/** RegularExpression Id. */
int PN_CHARS = 58;
/** RegularExpression Id. */
int PN_PREFIX = 59;
/** RegularExpression Id. */
int PN_LOCAL = 60;
/** RegularExpression Id. */
int VARNAME = 61;
/** RegularExpression Id. */
int UNKNOWN = 62;
/** Lexical state. */
int DEFAULT = 0;
/** Literal token values. */
String[] tokenImage = {
"",
"\" \"",
"\"\\t\"",
"\"\\n\"",
"\"\\r\"",
"\"\\f\"",
"",
"",
"\"a\"",
"\"@prefix\"",
"\"@base\"",
"\"true\"",
"\"false\"",
"",
"",
"",
"",
"\"\\\"\\\"\\\"\"",
"\"\\\'\\\'\\\'\"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"\"(\"",
"\")\"",
"",
"\"{\"",
"\"}\"",
"\"[\"",
"\"]\"",
"",
"\";\"",
"\",\"",
"\".\"",
"\"=\"",
"\"=>\"",
"\"$\"",
"\"?\"",
"\"~\"",
"\":\"",
"\"*\"",
"\"/\"",
"\"\\\\\"",
"\"\\ufeff\"",
"\"^^\"",
"\"@\"",
"",
"",
"",
"",
"",
"",
"",
};
}