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

Method getNames

src/main/java/wyil/lang/WyilFile.java:665–667  ·  view source on GitHub ↗

Get the with name(s) associated with this import declaration. This is max in import std::math with max . @return

()

Source from the content-addressed store, hash-verified

663 * @return
664 */
665 public Tuple<Identifier> getNames() {
666 return (Tuple<Identifier>) super.get(1);
667 }
668
669 @SuppressWarnings("unchecked")
670 @Override

Callers 4

toStringMethod · 0.95
visitImportMethod · 0.80
checkImportsMethod · 0.80
unqualifiedResolveAsMethod · 0.80

Calls 1

getMethod · 0.65

Tested by

no test coverage detected