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

javacc-7.0.1.examples.JJTreeExamples.cpp.MyErrorHandler.h Maven / Gradle / Ivy

There is a newer version: 7.0.13
Show newest version
/*
 * MyErrorHandler.h
 *
 *  Created on: 12 avr. 2014
 *      Author: FrancisANDRE
 */

#ifndef MYERRORHANDLER_H_
#define MYERRORHANDLER_H_
#include "ErrorHandler.h"

namespace @NAMESPACE@ {

class MyErrorHandler : public ErrorHandler {
public:
	MyErrorHandler();
	virtual ~MyErrorHandler();
};

} /* namespace @NAMESPACE@ */

#endif /* MYERRORHANDLER_H_ */




© 2015 - 2024 Weber Informatics LLC | Privacy Policy