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

Method getType

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

Source from the content-addressed store, hash-verified

924 }
925
926 @Override
927 public WyilFile.Type.Function getType() {
928 return new WyilFile.Type.Function(project(getParameters()),project(getReturns()));
929 }
930
931 @Override
932 @SuppressWarnings("unchecked")

Callers 1

toStringMethod · 0.95

Calls 3

getReturnsMethod · 0.80
projectMethod · 0.65
getParametersMethod · 0.45

Tested by

no test coverage detected