MCPcopy Create free account
hub / github.com/antlr/codebuff / unwscat

Method unwscat

src/org/antlr/codebuff/Trainer.java:1047–1049  ·  view source on GitHub ↗
(int v)

Source from the content-addressed store, hash-verified

1045 }
1046
1047 public static int unwscat(int v) {
1048 return v >> 8 & 0xFFFF;
1049 }
1050
1051 public static int unnlcat(int v) {
1052 return v >> 8 & 0xFFFF;

Callers 1

processTokenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected