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

Method emit

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

Source from the content-addressed store, hash-verified

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