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