Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/antlr/codebuff
/ WS
Method
WS
output/java8/1.4.19/STLexer.java:609–611 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
607
}
608
609
void
WS() {
610
while
( c==
' '
|| c==
'\t'
|| c==
'\n'
|| c==
'\r'
) consume();
611
}
612
613
Token COMMENT() {
614
match(
'!'
);
Callers
1
subTemplate
Method · 0.95
Calls
1
consume
Method · 0.95
Tested by
no test coverage detected