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() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFilename() |
TokenBuffer |
getInput() |
void |
reset() |
protected TokenBuffer input
public int guessing
protected String filename
public void reset()
public String getFilename()
public TokenBuffer getInput()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.