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

Method apply

src/main/java/wyil/lang/WyilFile.java:6746–6749  ·  view source on GitHub ↗
(Type source)

Source from the content-addressed store, hash-verified

6744 return "_";
6745 }
6746 @Override
6747 public Type apply(Type source) {
6748 return Type.Void;
6749 }
6750 };
6751 /**
6752 * Indicates that the given element is selected entirely.

Callers

nothing calls this directly

Calls 11

removeAllMethod · 0.95
isOpenMethod · 0.80
getOpcodeMethod · 0.65
applyMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65
getTypeMethod · 0.65
getNameMethod · 0.65
getElementMethod · 0.45
getConcreteTypeMethod · 0.45
getFieldsMethod · 0.45

Tested by

no test coverage detected