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

javacc-6.1.2.bin.templates.cpp.MultiNodeInterface.template Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
class ${NODE_TYPE} : public ${NODE_CLASS:-SimpleNode} {
  public: ${NODE_TYPE}(int id);
  public: ${NODE_TYPE}(${PARSER_NAME} *p, int id);

#if VISITOR
  /** Accept the visitor. **/
  public: virtual ${VISITOR_RETURN_TYPE} jjtAccept(${PARSER_NAME}Visitor *visitor, ${VISITOR_DATA_TYPE:-void *} data) const ;
#fi
  public: virtual ~${NODE_TYPE}();
};




© 2015 - 2024 Weber Informatics LLC | Privacy Policy