antlr
public class LexerSharedInputState extends Object
| Field Summary | |
|---|---|
| protected int | column |
| protected String | filename What file (if known) caused the problem? |
| int | guessing |
| protected InputBuffer | input |
| protected int | line |
| protected int | tokenStartColumn |
| protected int | tokenStartLine |
| Constructor Summary | |
|---|---|
| LexerSharedInputState(InputBuffer inbuf) | |
| LexerSharedInputState(InputStream in) | |
| LexerSharedInputState(Reader in) | |
| Method Summary | |
|---|---|
| int | getColumn() |
| String | getFilename() |
| InputBuffer | getInput() |
| int | getLine() |
| int | getTokenStartColumn() |
| int | getTokenStartLine() |
| void | reset() |