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

Method emit

output/java8/1.4.12/STLexer.java:219–221  ·  view source on GitHub ↗
(Token token)

Source from the content-addressed store, hash-verified

217 }
218
219 public void emit(Token token) {
220 tokens.add(token);
221 }
222
223 public Token _nextToken() {
224 //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