1#ifndef INC_MismatchedCharException_hpp__
2#define INC_MismatchedCharException_hpp__
15#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
24#ifndef NO_STATIC_CONSTS
29 static const int SET = 5;
98#ifdef ANTLR_CXX_SUPPORTS_NAMESPACE
Definition CharScanner.hpp:88
int upper
Definition MismatchedCharException.hpp:53
int foundChar
Definition MismatchedCharException.hpp:47
static const int NOT_RANGE
Definition MismatchedCharException.hpp:28
~MismatchedCharException()
Definition MismatchedCharException.hpp:90
static const int CHAR
Definition MismatchedCharException.hpp:25
static const int NOT_CHAR
Definition MismatchedCharException.hpp:26
MismatchedCharException()
Definition MismatchedCharException.cpp:16
int mismatchType
Definition MismatchedCharException.hpp:44
int expecting
Definition MismatchedCharException.hpp:50
CharScanner * scanner
Definition MismatchedCharException.hpp:60
static const int SET
Definition MismatchedCharException.hpp:29
BitSet set
Definition MismatchedCharException.hpp:56
static const int NOT_SET
Definition MismatchedCharException.hpp:30
static const int RANGE
Definition MismatchedCharException.hpp:27
RecognitionException()
Definition RecognitionException.cpp:15
#define ANTLR_USE_NAMESPACE(_x_)
Definition config.hpp:18
#define ANTLR_API
Definition config.hpp:22
Definition ANTLRException.hpp:15