You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/poxml/antlr/antlr/TokenStreamRetryException.h

18 lines
401 B

#ifndef INC_TokenStreamRetryException_hpp__
#define INC_TokenStreamRetryException_hpp__
#include "antlr/config.h"
#include "antlr/TokenStreamException.h"
ANTLR_BEGIN_NAMESPACE(antlr)
class TokenStreamRetryException : public TokenStreamException {
public:
TokenStreamRetryException() {}
~TokenStreamRetryException() throw() {}
};
ANTLR_END_NAMESPACE
#endif //INC_TokenStreamRetryException_hpp__