antlr
Class LexerSharedInputState
public class LexerSharedInputState
This object contains the data associated with an
input stream of characters. Multiple lexers
share a single LexerSharedInputState to lex
the same input stream.
column
protected int column
filename
protected String filename
What file (if known) caused the problem?
guessing
public int guessing
tokenStartColumn
protected int tokenStartColumn
tokenStartLine
protected int tokenStartLine
LexerSharedInputState
public LexerSharedInputState(InputStream in)
LexerSharedInputState
public LexerSharedInputState(Reader in)
LexerSharedInputState
public LexerSharedInputState(InputBuffer inbuf)
getColumn
public int getColumn()
getFilename
public String getFilename()
getLine
public int getLine()
getTokenStartColumn
public int getTokenStartColumn()
getTokenStartLine
public int getTokenStartLine()