antlr
Class LexerSharedInputState
java.lang.Object
|
+--antlr.LexerSharedInputState
- public class LexerSharedInputState
- extends java.lang.Object
This object contains the data associated with an
input stream of characters. Multiple lexers
share a single LexerSharedInputState to lex
the same input stream.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
column
protected int column
line
protected int line
tokenStartColumn
protected int tokenStartColumn
tokenStartLine
protected int tokenStartLine
input
protected InputBuffer input
filename
protected java.lang.String filename
- What file (if known) caused the problem?
guessing
public int guessing
LexerSharedInputState
public LexerSharedInputState(InputBuffer inbuf)
LexerSharedInputState
public LexerSharedInputState(java.io.InputStream in)
LexerSharedInputState
public LexerSharedInputState(java.io.Reader in)