lib/antlr/antlr/LexerSharedInputState.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/InputBuffer.hpp>
#include <antlr/RefCount.hpp>
#include <antlr/CharBuffer.hpp>
#include <string>
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(), JavaLexer::JavaLexer(), and PascalLexer::PascalLexer(). |