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 |
---|---|
int |
getColumn() |
java.lang.String |
getFilename() |
InputBuffer |
getInput() |
int |
getLine() |
int |
getTokenStartColumn() |
int |
getTokenStartLine() |
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)
public java.lang.String getFilename()
public InputBuffer getInput()
public int getLine()
public int getTokenStartColumn()
public int getTokenStartLine()
public int getColumn()
public void reset()