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

Method getUnits

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

Source from the content-addressed store, hash-verified

489 }
490
491 public Tuple<Decl.Unit> getUnits() {
492 return (Tuple<Decl.Unit>) get(1);
493 }
494
495 public Tuple<Decl.Unit> getExterns() {
496 return (Tuple<Decl.Unit>) get(2);

Callers 11

putUnitMethod · 0.95
loadMethod · 0.80
visitModuleMethod · 0.80
checkImportsMethod · 0.80
SymbolTableMethod · 0.80
visitModuleMethod · 0.80
visitModuleMethod · 0.80
visitModuleMethod · 0.80
checkMethod · 0.80
checkMethod · 0.80
toNamedDeclarationsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected