Indicates whether the term is an exclusive or @throws Z3Exception on error @return a boolean
()
| 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 |
nothing calls this directly
no test coverage detected