forked from jasder/antlr
alter comment
This commit is contained in:
parent
6053ac5269
commit
0b4fa240c5
|
@ -231,8 +231,8 @@ public abstract class Lexer extends Recognizer<Integer, LexerATNSimulator>
|
|||
|
||||
/** Currently does not support multiple emits per nextToken invocation
|
||||
* for efficiency reasons. Subclass and override this method and
|
||||
* nextToken (to push tokens into a list and pull from that list rather
|
||||
* than a single variable as this implementation does).
|
||||
* nextToken (to push tokens into a list and pull from that list,
|
||||
* respectively, rather than a single variable as this implementation does).
|
||||
*/
|
||||
public void emit(Token token) {
|
||||
getInterpreter().traceEmit(token);
|
||||
|
|
Loading…
Reference in New Issue