MCPcopy Create free account
hub / github.com/annmuor/jnode / toString

Method toString

jnode-core/src/jnode/jscript/IJscriptHelper.java:37–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35 public abstract Version getVersion();
36
37 public String toString() {
38 return String.format("%s %s", getClass().getSimpleName(), getVersion()
39 .toString());
40 }
41}

Callers 3

loadHelperMethod · 0.95
reportMethod · 0.45
outMethod · 0.45

Calls 2

getVersionMethod · 0.95
formatMethod · 0.80

Tested by

no test coverage detected