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
Definition: BitSet.hpp:40
Definition: CharScanner.hpp:88
Definition: MismatchedCharException.hpp:21
int upper
Definition: MismatchedCharException.hpp:53
int foundChar
Definition: MismatchedCharException.hpp:47
~MismatchedCharException()
Definition: MismatchedCharException.hpp:90
int mismatchType
Definition: MismatchedCharException.hpp:44
int expecting
Definition: MismatchedCharException.hpp:50
CharScanner * scanner
Definition: MismatchedCharException.hpp:60
BitSet set
Definition: MismatchedCharException.hpp:56
Definition: RecognitionException.hpp:19
#define ANTLR_USE_NAMESPACE(_x_)
Definition: config.hpp:18
#define ANTLR_API
Definition: config.hpp:22
Definition: ANTLRException.hpp:15