public class ParserSharedInputState extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
filename
What file (if known) caused the problem?
|
int |
guessing
Are we guessing (guessing>0)?
|
protected TokenBuffer |
input
Where to get token objects
|
| Constructor and Description |
|---|
ParserSharedInputState() |
protected TokenBuffer input
public int guessing
protected String filename
public void reset()
public String getFilename()
public TokenBuffer getInput()