Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/antlr/codebuff
/ inc
Method
inc
src/org/antlr/codebuff/misc/MutableInt.java:10–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
8
}
9
10
public
void
inc() { i++; }
11
12
public
int
asInt() {
return
i; }
13
Callers
1
add
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected