Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ WS
Method
WS
output/java/1.4.17/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
subTemplate
Method · 0.95
Calls
1
consume
Method · 0.95
Tested by
no test coverage detected