All Downloads are FREE. Search and download functionalities are using the official Maven repository.

javacc-7.0.3.examples.JJTreeExamples.cpp.eg3.ParserConstants.h Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
/* Generated By:JJTree&JavaCC: Do not edit this line. ParserConstants.java */

/**
 * Token literal values and constants.
 * Generated by org.javacc.parser.OtherFilesGenCPP#start()
 */
#ifndef PARSERCONSTANTS_H
#define PARSERCONSTANTS_H
#include "JavaCC.h"

namespace EG3 {
  /** End of File. */
const  int _EOF = 0;
  /** RegularExpression Id. */
const  int INTEGER_LITERAL = 7;
  /** RegularExpression Id. */
const  int DECIMAL_LITERAL = 8;
  /** RegularExpression Id. */
const  int HEX_LITERAL = 9;
  /** RegularExpression Id. */
const  int OCTAL_LITERAL = 10;
  /** RegularExpression Id. */
const  int IDENTIFIER = 11;
  /** RegularExpression Id. */
const  int LETTER = 12;
  /** RegularExpression Id. */
const  int DIGIT = 13;

  /** 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, 0x3c, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x20, 0x35, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_6[] = 
{0x22, 0x3c, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x20, 0x6f, 0x66, 0x20, 0x6b, 0x69, 0x6e, 0x64, 0x20, 0x36, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_7[] = 
{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_8[] = 
{0x22, 0x3c, 0x44, 0x45, 0x43, 0x49, 0x4d, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_9[] = 
{0x22, 0x3c, 0x48, 0x45, 0x58, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_10[] = 
{0x22, 0x3c, 0x4f, 0x43, 0x54, 0x41, 0x4c, 0x5f, 0x4c, 0x49, 0x54, 0x45, 0x52, 0x41, 0x4c, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_11[] = 
{0x22, 0x3c, 0x49, 0x44, 0x45, 0x4e, 0x54, 0x49, 0x46, 0x49, 0x45, 0x52, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_12[] = 
{0x22, 0x3c, 0x4c, 0x45, 0x54, 0x54, 0x45, 0x52, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_13[] = 
{0x22, 0x3c, 0x44, 0x49, 0x47, 0x49, 0x54, 0x3e, 0x22, 0};
  static const JJChar tokenImage_arr_14[] = 
{0x22, 0x3b, 0x22, 0};
  static const JJChar tokenImage_arr_15[] = 
{0x22, 0x2b, 0x22, 0};
  static const JJChar tokenImage_arr_16[] = 
{0x22, 0x2d, 0x22, 0};
  static const JJChar tokenImage_arr_17[] = 
{0x22, 0x2a, 0x22, 0};
  static const JJChar tokenImage_arr_18[] = 
{0x22, 0x2f, 0x22, 0};
  static const JJChar tokenImage_arr_19[] = 
{0x22, 0x25, 0x22, 0};
  static const JJChar tokenImage_arr_20[] = 
{0x22, 0x28, 0x22, 0};
  static const JJChar tokenImage_arr_21[] = 
{0x22, 0x29, 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, 
tokenImage_arr_12, 
tokenImage_arr_13, 
tokenImage_arr_14, 
tokenImage_arr_15, 
tokenImage_arr_16, 
tokenImage_arr_17, 
tokenImage_arr_18, 
tokenImage_arr_19, 
tokenImage_arr_20, 
tokenImage_arr_21, 
  };

}
#endif




© 2015 - 2024 Weber Informatics LLC | Privacy Policy