antlr
Class ParserSharedInputState
java.lang.Object
  |
  +--antlr.ParserSharedInputState
- public class ParserSharedInputState
- extends Object
  
This object contains the data associated with an
  input stream of tokens.  Multiple parsers
  share a single ParserSharedInputState to parse
  the same stream of tokens.
 
 
| 
Method Summary | 
 void | 
reset()
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
input
protected TokenBuffer input
- Where to get token objects
 
guessing
public int guessing
- Are we guessing (guessing>0)?
 
filename
protected String filename
- What file (if known) caused the problem?
 
ParserSharedInputState
public ParserSharedInputState()
reset
public void reset()
 
Copyright © 1999-2003 Oliver Zeigermann. All Rights Reserved.