Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ unnlcat
Method
unnlcat
src/org/antlr/codebuff/Trainer.java:1051–1053 ·
view source on GitHub ↗
(int v)
Source
from the content-addressed store, hash-verified
1049
}
1050
1051
public
static
int
unnlcat(
int
v) {
1052
return
v >> 8 & 0xFFFF;
1053
}
1054
1055
// '\n' (before list, before sep, after sep, after last element)
1056
public
static
int
listform(
int
[] ws) {
Callers
1
processToken
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected