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

Method isXor

src/api/java/Expr.java:408–411  ·  view source on GitHub ↗

Indicates whether the term is an exclusive or @throws Z3Exception on error @return a boolean

()

Source from the content-addressed store, hash-verified

406 * @return a boolean
407 **/
408 public boolean isXor()
409 {
410 return isApp() && getFuncDecl().getDeclKind() == Z3_decl_kind.Z3_OP_XOR;
411 }
412
413 /**
414 * Indicates whether the term is a negation

Callers

nothing calls this directly

Calls 3

getFuncDeclMethod · 0.95
getDeclKindMethod · 0.80
isAppMethod · 0.65

Tested by

no test coverage detected