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

Method size

src/main/java/wyil/util/Subtyping.java:345–345  ·  view source on GitHub ↗

Return the number of variables which are currently considered in this solution. @return

()

Source from the content-addressed store, hash-verified

343 * @return
344 */
345 public int size();
346
347 /**
348 * Check whether a given solution is fully satisfied or not. In short, whether

Callers 15

WyilFileMethod · 0.65
isValidMethod · 0.65
getUnitMethod · 0.65
getDeclarationMethod · 0.65
replaceMethod · 0.65
putUnitMethod · 0.65
putExternMethod · 0.65
toStringMethod · 0.65
projectMethod · 0.65
getCapturedVariablesMethod · 0.65
isDefaultMethod · 0.65
toStringMethod · 0.65

Implementers 1

ConcreteSolutionsrc/main/java/wyil/util/IncrementalSub

Calls

no outgoing calls

Tested by

no test coverage detected