MCPcopy Create free account
hub / github.com/antlr/codebuff / emit

Method emit

output/java/1.4.19/STLexer.java:230–232  ·  view source on GitHub ↗
(Token token)

Source from the content-addressed store, hash-verified

228 }
229
230 public void emit(Token token) {
231 tokens.add(token);
232 }
233
234 public Token _nextToken() {
235 //System.out.println("nextToken: c="+(char)c+"@"+input.index());

Callers 1

subTemplateMethod · 0.95

Calls 1

addMethod · 0.65

Tested by

no test coverage detected