Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ emit
Method
emit
output/java8/1.4.19/STLexer.java:225–227 ·
view source on GitHub ↗
(Token token)
Source
from the content-addressed store, hash-verified
223
}
224
225
public
void
emit(Token token) {
226
tokens.add(token);
227
}
228
229
public
Token _nextToken() {
230
//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