Support StringTemplate, ANTLR Project by making a donation! Terence often pays for things like the antlr.org server, conference travel, and this site design (that alone cost US$1000). Buy him a beer and pizza remotely ;)
|
LexerSharedInputState
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.
|
Method Summary |
void |
reset()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
guessing
public int guessing
LexerSharedInputState
public LexerSharedInputState(InputBuffer inbuf)
LexerSharedInputState
public LexerSharedInputState(java.io.InputStream in)
LexerSharedInputState
public LexerSharedInputState(java.io.Reader in)
reset
public void reset()
|