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

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

There is a newer version: 7.0.13
Show newest version
/* Generated By:JavaCC: Do not edit this line. ParserTreeConstants.h Version 7.0.3 */
#ifndef PARSERTREECONSTANTS_H
#define PARSERTREECONSTANTS_H

#include "JavaCC.h"
namespace EG3 {
enum {
  JJTSTART = 0,
  JJTVOID = 1,
  JJTADD = 2,
  JJTMULT = 3,
  JJTMYID = 4,
  JJTINTEGER = 5,
};

  static JJChar jjtNodeName_arr_0[] = 
{0x53, 0x74, 0x61, 0x72, 0x74, 0};
  static JJChar jjtNodeName_arr_1[] = 
{0x76, 0x6f, 0x69, 0x64, 0};
  static JJChar jjtNodeName_arr_2[] = 
{0x41, 0x64, 0x64, 0};
  static JJChar jjtNodeName_arr_3[] = 
{0x4d, 0x75, 0x6c, 0x74, 0};
  static JJChar jjtNodeName_arr_4[] = 
{0x4d, 0x79, 0x49, 0x44, 0};
  static JJChar jjtNodeName_arr_5[] = 
{0x49, 0x6e, 0x74, 0x65, 0x67, 0x65, 0x72, 0};
  static JJString jjtNodeName[] = {
jjtNodeName_arr_0, 
jjtNodeName_arr_1, 
jjtNodeName_arr_2, 
jjtNodeName_arr_3, 
jjtNodeName_arr_4, 
jjtNodeName_arr_5, 
  };
}
#endif
/* JavaCC - OriginalChecksum=066b42cb940de686a587815d3f29cede (do not edit this line) */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy