TokenStreamSelector.hpp File Reference
#include <antlr/config.hpp>
#include <antlr/TokenStream.hpp>
#include <map>
#include <stack>
Include dependency graph for TokenStreamSelector.hpp:

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

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... |