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

Method shape

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

Source from the content-addressed store, hash-verified

6024 }
6025
6026 @Override
6027 public int shape() {
6028 // NOTE: Don't believe we need to use the concrete type here as shape is not
6029 // affected by substitution.
6030 return getLink().getTarget().getType().shape();
6031 }
6032
6033 @Override
6034 public Type dimension(int nth) {

Callers 1

dimensionMethod · 0.95

Calls 4

getLinkMethod · 0.95
shapeMethod · 0.65
getTypeMethod · 0.65
getTargetMethod · 0.65

Tested by

no test coverage detected