/* Generated By:JavaCC: Do not edit this line. SSE_ParserCoreConstants.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 org.apache.jena.sparql.sse.lang.parser ; /** * Token literal values and constants. * Generated by org.javacc.parser.OtherFilesGen#start() */ public interface SSE_ParserCoreConstants { /** End of File. */ int EOF = 0; /** RegularExpression Id. */ int WS = 1; /** RegularExpression Id. */ int SINGLE_LINE_COMMENT1 = 2; /** RegularExpression Id. */ int SINGLE_LINE_COMMENT2 = 3; /** RegularExpression Id. */ int IRIref = 4; /** RegularExpression Id. */ int PNAME = 5; /** RegularExpression Id. */ int BLANK_NODE_LABEL = 6; /** RegularExpression Id. */ int VAR_NAMED = 7; /** RegularExpression Id. */ int VAR_OTHER = 8; /** RegularExpression Id. */ int DIGITS = 9; /** RegularExpression Id. */ int INTEGER = 10; /** RegularExpression Id. */ int DECIMAL = 11; /** RegularExpression Id. */ int DOUBLE = 12; /** RegularExpression Id. */ int EXPONENT = 13; /** RegularExpression Id. */ int QUOTE_3D = 14; /** RegularExpression Id. */ int QUOTE_3S = 15; /** RegularExpression Id. */ int ECHAR = 16; /** RegularExpression Id. */ int STRING_LITERAL1 = 17; /** RegularExpression Id. */ int STRING_LITERAL2 = 18; /** RegularExpression Id. */ int STRING_LITERAL_LONG1 = 19; /** RegularExpression Id. */ int STRING_LITERAL_LONG2 = 20; /** RegularExpression Id. */ int LPAREN = 21; /** RegularExpression Id. */ int RPAREN = 22; /** RegularExpression Id. */ int LBRACE = 23; /** RegularExpression Id. */ int RBRACE = 24; /** RegularExpression Id. */ int LBRACKET = 25; /** RegularExpression Id. */ int RBRACKET = 26; /** RegularExpression Id. */ int DATATYPE = 27; /** RegularExpression Id. */ int LANGTAG = 28; /** RegularExpression Id. */ int AT = 29; /** RegularExpression Id. */ int A2Z = 30; /** RegularExpression Id. */ int A2ZN = 31; /** RegularExpression Id. */ int PN_CHARS_BASE = 32; /** RegularExpression Id. */ int PN_CHARS_U = 33; /** RegularExpression Id. */ int PN_CHARS = 34; /** RegularExpression Id. */ int PN_PREFIX = 35; /** RegularExpression Id. */ int PN_LOCAL = 36; /** RegularExpression Id. */ int VARNAME = 37; /** RegularExpression Id. */ int SYM = 38; /** RegularExpression Id. */ int SYM1 = 39; /** RegularExpression Id. */ int SYM_ESC = 40; /** RegularExpression Id. */ int SYMBOL = 41; /** RegularExpression Id. */ int UNKNOWN = 42; /** Lexical state. */ int DEFAULT = 0; /** Literal token values. */ String[] tokenImage = { "<EOF>", "<WS>", "<SINGLE_LINE_COMMENT1>", "<SINGLE_LINE_COMMENT2>", "<IRIref>", "<PNAME>", "<BLANK_NODE_LABEL>", "<VAR_NAMED>", "<VAR_OTHER>", "<DIGITS>", "<INTEGER>", "<DECIMAL>", "<DOUBLE>", "<EXPONENT>", "\"\\\"\\\"\\\"\"", "\"\\\'\\\'\\\'\"", "<ECHAR>", "<STRING_LITERAL1>", "<STRING_LITERAL2>", "<STRING_LITERAL_LONG1>", "<STRING_LITERAL_LONG2>", "\"(\"", "\")\"", "\"{\"", "\"}\"", "\"[\"", "\"]\"", "\"^^\"", "<LANGTAG>", "\"@\"", "<A2Z>", "<A2ZN>", "<PN_CHARS_BASE>", "<PN_CHARS_U>", "<PN_CHARS>", "<PN_PREFIX>", "<PN_LOCAL>", "<VARNAME>", "<SYM>", "<SYM1>", "<SYM_ESC>", "<SYMBOL>", "<UNKNOWN>", }; }