ANTLR3_TREE_WALK_STATE_struct Struct Reference

#include <antlr3commontreenodestream.h>

Collaboration diagram for ANTLR3_TREE_WALK_STATE_struct:

Collaboration graph
[legend]

Detailed Description

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.

Data Fields

ANTLR3_MARKER absoluteNodeIndex
ANTLR3_UINT32 currentChildIndex
pANTLR3_BASE_TREE currentNode
ANTLR3_UINT32 head
pANTLR3_BASE_TREElookAhead
ANTLR3_UINT32 lookAheadLength
ANTLR3_UINT32 nodeStackSize
pANTLR3_BASE_TREE previousNode
ANTLR3_UINT32 tail


Field Documentation


The documentation for this struct was generated from the following file:

Generated on Mon Nov 29 17:24:08 2010 for ANTLR3C by  doxygen 1.5.5