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

Method toString

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

Source from the content-addressed store, hash-verified

1012 }
1013
1014 @Override
1015 public String toString() {
1016 return "method " + getName() + " : " + getType();
1017 }
1018
1019 public static final Descriptor DESCRIPTOR_0 = new Descriptor(Operands.EIGHT, Data.ZERO, "DECL_method") {
1020 @SuppressWarnings("unchecked")

Callers

nothing calls this directly

Calls 2

getTypeMethod · 0.95
getNameMethod · 0.65

Tested by

no test coverage detected