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

Method getType

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

Source from the content-addressed store, hash-verified

1061 }
1062
1063 @Override
1064 public WyilFile.Type.Property getType() {
1065 return new WyilFile.Type.Property(project(getParameters()), project(getReturns()));
1066 }
1067
1068 @SuppressWarnings("unchecked")
1069 public Tuple<Expr> getRequires() {

Callers

nothing calls this directly

Calls 3

getReturnsMethod · 0.80
projectMethod · 0.65
getParametersMethod · 0.45

Tested by

no test coverage detected