Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ consume
Method
consume
output/java8/1.4.19/STLexer.java:220–223 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
218
}
219
220
protected
void
consume() {
221
input.consume();
222
c = (char)input.LA(1);
223
}
224
225
public
void
emit(Token token) {
226
tokens.add(token);
Callers
12
match
Method · 0.95
outside
Method · 0.95
inside
Method · 0.95
subTemplate
Method · 0.95
ESCAPE
Method · 0.95
UNICODE
Method · 0.95
mTEXT
Method · 0.95
mID
Method · 0.95
mSTRING
Method · 0.95
WS
Method · 0.95
COMMENT
Method · 0.95
LINEBREAK
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected