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

Method emit

output/java/1.4.13/STLexer.java:227–229  ·  view source on GitHub ↗
(Token token)

Source from the content-addressed store, hash-verified

225 }
226
227 public void emit(Token token) {
228 tokens.add(token);
229 }
230
231 public Token _nextToken() {
232 //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