LexerSharedInputState.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/InputBuffer.hpp>
#include <antlr/RefCount.hpp>
#include <antlr/CharBuffer.hpp>
#include <string>
Include dependency graph for LexerSharedInputState.hpp:

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

Go to the source code of this file.
Classes | |
class | LexerInputState |
This object contains the data associated with an input stream of characters. More... | |
Typedefs | |
typedef RefCount< LexerInputState > | LexerSharedInputState |
A reference counted LexerInputState object. |
Typedef Documentation
|
A reference counted LexerInputState object.
Definition at line 145 of file LexerSharedInputState.hpp. Referenced by AdaLexer::AdaLexer(), CharScanner::CharScanner(), CharScanner::getInputState(), JavaLexer::JavaLexer(), PascalLexer::PascalLexer(), and CharScanner::setInputState(). |