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

Method getLink

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

Source from the content-addressed store, hash-verified

6058 }
6059
6060 @Override
6061 public Decl.Link<Decl.Type> getLink() {
6062 return (Decl.Link<Decl.Type>) get(0);
6063 }
6064
6065 public WyilFile.Tuple<Type> getParameters() {
6066 return (WyilFile.Tuple<Type>) get(1);

Callers 7

shapeMethod · 0.95
dimensionMethod · 0.95
isAliasMethod · 0.95
getConcreteTypeMethod · 0.95
substituteMethod · 0.95
toStringMethod · 0.95
toCanonicalStringMethod · 0.95

Calls 1

getMethod · 0.65

Tested by

no test coverage detected