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