MCPcopy Create free account
hub / github.com/antlr/codebuff / WS

Method WS

output/java/1.4.14/STLexer.java:606–608  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

604 }
605
606 void WS() {
607 while ( c==' ' || c=='\t' || c=='\n' || c=='\r' ) consume();
608 }
609
610 Token COMMENT() {
611 match('!');

Callers 1

subTemplateMethod · 0.95

Calls 1

consumeMethod · 0.95

Tested by

no test coverage detected