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