org.antlr.runtime.tree.UnBufferedTreeNodeStream.TreeWalkState Class Reference

List of all members.

Package Attributes

int currentChildIndex
int absoluteNodeIndex
Object currentNode
Object previousNode
int nodeStackSize
int indexStackSize
Object[] lookahead


Detailed Description

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 UnBufferedTreeNodeStream. Calling mark() will push another of these on the markers stack.

Definition at line 110 of file UnBufferedTreeNodeStream.java.


Member Data Documentation

Definition at line 111 of file UnBufferedTreeNodeStream.java.

Definition at line 112 of file UnBufferedTreeNodeStream.java.

Definition at line 113 of file UnBufferedTreeNodeStream.java.

Definition at line 114 of file UnBufferedTreeNodeStream.java.

Record state of the nodeStack

Definition at line 116 of file UnBufferedTreeNodeStream.java.

Record state of the indexStack

Definition at line 118 of file UnBufferedTreeNodeStream.java.

Definition at line 119 of file UnBufferedTreeNodeStream.java.


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

Generated on Wed Oct 1 14:13:50 2008 for ANTLR API by  doxygen 1.5.5