Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ nlcat
Method
nlcat
src/org/antlr/codebuff/Trainer.java:1043–1045 ·
view source on GitHub ↗
(int n)
Source
from the content-addressed store, hash-verified
1041
}
1042
1043
public
static
int
nlcat(
int
n) {
1044
return
CAT_INJECT_NL | (n<<8);
1045
}
1046
1047
public
static
int
unwscat(
int
v) {
1048
return
v >> 8 & 0xFFFF;
Callers
2
getInjectWSCategory
Method · 0.95
emitCommentsToTheLeft
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected