javacc-7.0.1.test.cpp.gen.ParserConstants.h Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of javacc Show documentation
Show all versions of javacc Show documentation
JavaCC is a parser/scanner generator for Java.
/* Generated By:JavaCC: Do not edit this line. ParserConstants.java */
/**
* Token literal values and constants.
* Generated by org.javacc.parser.OtherFilesGen#start()
*/
#pragma once
#include "JavaCC.h"
namespace SPL {
/** End of File. */
const int _EOF = 0;
/** RegularExpression Id. */
const int INT = 6;
/** RegularExpression Id. */
const int BOOL = 7;
/** RegularExpression Id. */
const int INTEGER_LITERAL = 8;
/** RegularExpression Id. */
const int IDENTIFIER = 9;
/** RegularExpression Id. */
const int LETTER = 10;
/** RegularExpression Id. */
const int DIGIT = 11;
/** Lexical state. */
const int DEFAULT = 0;
/** Literal token values. */
static const JJChar tokenImage_arr_0[] =
{0x3c, 0x45, 0x4f, 0x46, 0x3e, 0};
static const JJChar tokenImage_arr_1[] =
{0x22, 0x20, 0x22, 0};
static const JJChar tokenImage_arr_2[] =
{0x22, 0x9, 0x22, 0};
static const JJChar tokenImage_arr_3[] =
{0x22, 0xa, 0x22, 0};
static const JJChar tokenImage_arr_4[] =
{0x22, 0xd, 0x22, 0};
static const JJChar tokenImage_arr_5[] =
{0x22, 0xc, 0x22, 0};
static const JJChar tokenImage_arr_6[] =
{0x22, 0x69, 0x6e, 0x74, 0x22, 0};
static const JJChar tokenImage_arr_7[] =
{0x22, 0x62, 0x6f, 0x6f, 0x6c, 0x65, 0x61, 0x6e, 0x22, 0};
static const JJChar tokenImage_arr_8[] =
{0x22, 0x3c, 0x49, 0x4e, 0x54, 0x45, 0x47, 0x45, 0x52, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
static const JJChar tokenImage_arr_9[] =
{0x22, 0x3c, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};
static const JJChar tokenImage_arr_10[] =
{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
static const JJChar tokenImage_arr_11[] =
{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};
static const JJChar* const tokenImage[] = {
tokenImage_arr_0,
tokenImage_arr_1,
tokenImage_arr_2,
tokenImage_arr_3,
tokenImage_arr_4,
tokenImage_arr_5,
tokenImage_arr_6,
tokenImage_arr_7,
tokenImage_arr_8,
tokenImage_arr_9,
tokenImage_arr_10,
tokenImage_arr_11,
};
}