CharScanner.hpp File Reference
#include <antlr/config.hpp>
#include <map>
#include <cctype>
#include <antlr/TokenStream.hpp>
#include <antlr/RecognitionException.hpp>
#include <antlr/MismatchedCharException.hpp>
#include <antlr/InputBuffer.hpp>
#include <antlr/BitSet.hpp>
#include <antlr/LexerSharedInputState.hpp>
Include dependency graph for CharScanner.hpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Classes | |
class | CharScannerLiteralsLess |
Functor for the literals map. More... | |
class | CharScanner |
Superclass of generated lexers. More... | |
class | CharScanner::Tracer |
Tracer class, used when -traceLexer is passed to antlr. More... | |
Variables | |
ANTLR_API | CharScanner |
Variable Documentation
|
Definition at line 32 of file CharScanner.hpp. Referenced by CharScanner::~CharScanner(). |