Indicates whether the term is an implication @throws Z3Exception on error @return a boolean
()
| 426 | * @return a boolean |
| 427 | **/ |
| 428 | public boolean isImplies() |
| 429 | { |
| 430 | return isApp() && getFuncDecl().getDeclKind() == Z3_decl_kind.Z3_OP_IMPLIES; |
| 431 | } |
| 432 | |
| 433 | /** |
| 434 | * Indicates whether the term is of integer sort. |
nothing calls this directly
no test coverage detected