Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ consume
Method
consume
output/java/1.4.17/STLexer.java:224–227 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
protected
void
consume() {
225
input.consume();
226
c = (char)input.LA(1);
227
}
228
229
public
void
emit(Token token) {
230
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