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

Method isITE

src/api/java/Expr.java:367–370  ·  view source on GitHub ↗

Indicates whether the term is a ternary if-then-else term @throws Z3Exception on error @return a boolean

()

Source from the content-addressed store, hash-verified

365 * @return a boolean
366 **/
367 public boolean isITE()
368 {
369 return isApp() && getFuncDecl().getDeclKind() == Z3_decl_kind.Z3_OP_ITE;
370 }
371
372 /**
373 * Indicates whether the term is an n-ary conjunction

Callers

nothing calls this directly

Calls 3

getFuncDeclMethod · 0.95
getDeclKindMethod · 0.80
isAppMethod · 0.65

Tested by

no test coverage detected