| |
|
| java.lang.Object antlr.LexerSharedInputState
LexerSharedInputState | public class LexerSharedInputState (Code) | | 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(Code) | | |
filename | protected String filename(Code) | | What file (if known) caused the problem?
|
guessing | public int guessing(Code) | | |
tokenStartColumn | protected int tokenStartColumn(Code) | | |
tokenStartLine | protected int tokenStartLine(Code) | | |
LexerSharedInputState | public LexerSharedInputState(Reader in)(Code) | | |
getColumn | public int getColumn()(Code) | | |
getLine | public int getLine()(Code) | | |
getTokenStartColumn | public int getTokenStartColumn()(Code) | | |
getTokenStartLine | public int getTokenStartLine()(Code) | | |
|
|
|