MCPcopy 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

getMethod · 0.95
getMostFrequentMethod · 0.95
valuesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected