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

Method getAll

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

Source from the content-addressed store, hash-verified

6233 }
6234
6235 @Override
6236 public Type[] getAll() {
6237 return (Type[]) super.getAll();
6238 }
6239
6240 @Override
6241 public Type substitute(java.util.function.Function<Object, Syntactic.Item> binding) {

Callers 1

substituteMethod · 0.95

Calls 1

getAllMethod · 0.65

Tested by

no test coverage detected