Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
subTemplate
Method · 0.95
Calls
1
add
Method · 0.65
Tested by
no test coverage detected