org.antlr.runtime.tree
Class UnBufferedTreeNodeStream.TreeWalkState

java.lang.Object
  extended by org.antlr.runtime.tree.UnBufferedTreeNodeStream.TreeWalkState
Enclosing class:
UnBufferedTreeNodeStream

protected class UnBufferedTreeNodeStream.TreeWalkState
extends java.lang.Object

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.


Constructor Summary
protected UnBufferedTreeNodeStream.TreeWalkState()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnBufferedTreeNodeStream.TreeWalkState

protected UnBufferedTreeNodeStream.TreeWalkState()


Copyright © 2009. All Rights Reserved.