lib/antlr/antlr/TokenStreamSelector.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/TokenStream.hpp>
#include <map>
#include <stack>
Go to the source code of this file.
Classes | |
class | TokenStreamSelector |
A token stream MUX (multiplexor) knows about n token streams and can multiplex them onto the same channel for use by token stream consumer like a parser. More... |