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