Package antlr
Class LexerSharedInputState
java.lang.Object
antlr.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.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected int
protected String
What file (if known) caused the problem?int
protected InputBuffer
protected int
protected int
protected int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
column
protected int column -
line
protected int line -
tokenStartColumn
protected int tokenStartColumn -
tokenStartLine
protected int tokenStartLine -
input
-
filename
What file (if known) caused the problem? -
guessing
public int guessing
-
-
Constructor Details
-
LexerSharedInputState
-
LexerSharedInputState
-
LexerSharedInputState
-
-
Method Details
-
getFilename
-
getInput
-
getLine
public int getLine() -
getTokenStartColumn
public int getTokenStartColumn() -
getTokenStartLine
public int getTokenStartLine() -
getColumn
public int getColumn() -
reset
public void reset()
-