Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ consume
Method
consume
output/java8/1.4.13/STLexer.java:214–217 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
212
}
213
214
protected
void
consume() {
215
input.consume();
216
c = (char)input.LA(1);
217
}
218
219
public
void
emit(Token token) {
220
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