Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ WS
Method
WS
output/java8/1.4.13/STLexer.java:585–587 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
583
}
584
585
void
WS() {
586
while
( c==
' '
|| c==
'\t'
|| c==
'\n'
|| c==
'\r'
) consume();
587
}
588
589
Token COMMENT() {
590
match(
'!'
);
Callers
1
subTemplate
Method · 0.95
Calls
1
consume
Method · 0.95
Tested by
no test coverage detected