MCPcopy Create free account
hub / github.com/Z3Prover/z3 / isFalse

Method isFalse

src/api/java/Expr.java:336–339  ·  view source on GitHub ↗

Indicates whether the term is the constant false. @throws Z3Exception on error @return a boolean

()

Source from the content-addressed store, hash-verified

334 * @return a boolean
335 **/
336 public boolean isFalse()
337 {
338 return isApp() && getFuncDecl().getDeclKind() == Z3_decl_kind.Z3_OP_FALSE;
339 }
340
341 /**
342 * Indicates whether the term is an equality predicate.

Callers

nothing calls this directly

Calls 3

getFuncDeclMethod · 0.95
getDeclKindMethod · 0.80
isAppMethod · 0.65

Tested by

no test coverage detected