| |
|
| java.lang.Object persistence.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.
|
Method Summary | |
public void | reset() |
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) | | |
reset | public void reset()(Code) | | |
|
|
|