javacc-7.0.4.examples.JJTreeExamples.cpp.MyErrorHandler.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 modified by Tencent blueking.
The 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_ */