MCPcopy 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

matchMethod · 0.95
outsideMethod · 0.95
insideMethod · 0.95
subTemplateMethod · 0.95
ESCAPEMethod · 0.95
UNICODEMethod · 0.95
mTEXTMethod · 0.95
mIDMethod · 0.95
mSTRINGMethod · 0.95
WSMethod · 0.95
COMMENTMethod · 0.95
LINEBREAKMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected