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

Method empty

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

Return flag indicating whether there are no valid typings remaining, or not. This is equivalent to height() == 0 . @return

()

Source from the content-addressed store, hash-verified

474 * @return
475 */
476 public boolean empty();
477
478 /**
479 * Return the number of typings that remain under consideration. If this is

Callers 1

getMethod · 0.65

Implementers 1

AbstractConstraintsSetsrc/main/java/wyil/util/IncrementalSub

Calls

no outgoing calls

Tested by 1

getMethod · 0.52