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

Method getName

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

Source from the content-addressed store, hash-verified

485 }
486
487 public Name getName() {
488 return (Name) get(0);
489 }
490
491 public Tuple<Decl.Unit> getUnits() {
492 return (Tuple<Decl.Unit>) get(1);

Callers

nothing calls this directly

Calls 1

getMethod · 0.65

Tested by

no test coverage detected