1#ifndef INC_MismatchedCharException_hpp__
2#define INC_MismatchedCharException_hpp__
11#include <antlr/config.hpp>
12#include <antlr/RecognitionException.hpp>
13#include <antlr/BitSet.hpp>
15#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
24#ifndef NO_STATIC_CONSTS
25 static const int CHAR = 1;
26 static const int NOT_CHAR = 2;
27 static const int RANGE = 3;
28 static const int NOT_RANGE = 4;
29 static const int SET = 5;
30 static const int NOT_SET = 6;
95 ANTLR_USE_NAMESPACE(std)
string getMessage()
const;
98#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
A BitSet to replace java.util.BitSet.
Superclass of generated lexers.