ANTLR3C
3.3.1
|
This structure is used to save the state information in the treenodestream when walking ahead with cyclic DFA or for syntactic predicates, we need to record the state of the tree node stream. More...
#include <antlr3commontreenodestream.h>
This structure is used to save the state information in the treenodestream when walking ahead with cyclic DFA or for syntactic predicates, we need to record the state of the tree node stream.
This class wraps up the current state of the CommonTreeNodeStream. Calling mark() will push another of these on the markers stack.