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

Method getType

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

Source from the content-addressed store, hash-verified

1125 }
1126
1127 @Override
1128 public WyilFile.Type.Property getType() {
1129 return new WyilFile.Type.Property(project(getParameters()));
1130 }
1131
1132 @SuppressWarnings("unchecked")
1133 public Tuple<Expr> getInvariant() {

Callers

nothing calls this directly

Calls 2

projectMethod · 0.65
getParametersMethod · 0.45

Tested by

no test coverage detected