public class LexerSharedInputState
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
column |
protected java.lang.String |
filename
What file (if known) caused the problem?
|
int |
guessing |
protected InputBuffer |
input |
protected int |
line |
protected int |
tokenStartColumn |
protected int |
tokenStartLine |
Constructor and Description |
---|
LexerSharedInputState(InputBuffer inbuf) |
LexerSharedInputState(java.io.InputStream in) |
LexerSharedInputState(java.io.Reader in) |
Modifier and Type | Method and Description |
---|---|
void |
reset() |
protected int column
protected int line
protected int tokenStartColumn
protected int tokenStartLine
protected InputBuffer input
protected java.lang.String filename
public int guessing
public LexerSharedInputState(InputBuffer inbuf)
public LexerSharedInputState(java.io.InputStream in)
public LexerSharedInputState(java.io.Reader in)