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

Method getName

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

Source from the content-addressed store, hash-verified

573 }
574
575 public Name getName() {
576 return (Name) get(0);
577 }
578
579 @SuppressWarnings("unchecked")
580 public Tuple<Decl> getDeclarations() {

Callers 1

getQualifiedNameMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected