MCPcopy Create free account
hub / github.com/Whiley/WhileyCompiler / toString

Method toString

src/main/java/wyil/lang/WyilFile.java:6412–6415  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6410 }
6411
6412 @Override
6413 public String toString() {
6414 return "method" + brace(getParameter()) + "->" + brace(getReturn());
6415 }
6416
6417 @Override
6418 public String toCanonicalString() {

Callers

nothing calls this directly

Calls 3

getParameterMethod · 0.95
getReturnMethod · 0.95
braceMethod · 0.45

Tested by

no test coverage detected