public interface LineOrientedLexicalAnalyzer extends LexicalAnalyzer
Modifier and Type | Method and Description |
---|---|
void |
resetLine()
Resets the state of the lexical analyzer so that the internal lexeme
pointer is reset to the first lexeme of the actual line and the next call
to
LexicalAnalyzer.get() will return again the first lexeme of the line. |
get, peek, registerElementAnalyzer, set
setFactory
void resetLine()
LexicalAnalyzer.get()
will return again the first lexeme of the line.Copyright © 2013 Verhas and Verhas Software Craftsmen. All Rights Reserved.