1 #ifndef INC_MismatchedCharException_hpp__ 2 #define INC_MismatchedCharException_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;
98 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE 102 #endif //INC_MismatchedCharException_hpp__ Definition: ANTLRException.hpp:15
int expecting
Definition: MismatchedCharException.hpp:50
#define ANTLR_API
Definition: config.hpp:22
Definition: CharScanner.hpp:88
CharScanner * scanner
Definition: MismatchedCharException.hpp:60
Definition: MismatchedCharException.hpp:21
int mismatchType
Definition: MismatchedCharException.hpp:44
Definition: BitSet.hpp:40
int foundChar
Definition: MismatchedCharException.hpp:47
Definition: RecognitionException.hpp:18
int upper
Definition: MismatchedCharException.hpp:53
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
~MismatchedCharException()
Definition: MismatchedCharException.hpp:90