Indicates whether the term is an as-array term. Remarks: An as-array term is n array value that behaves as the function graph of the function passed as parameter. @throws Z3Exception on error @return a boolean
()
| 685 | * @return a boolean |
| 686 | **/ |
| 687 | public boolean isAsArray() |
| 688 | { |
| 689 | return isApp() && getFuncDecl().getDeclKind() == Z3_decl_kind.Z3_OP_AS_ARRAY; |
| 690 | } |
| 691 | |
| 692 | /** |
| 693 | * Indicates whether the term is set union |
no test coverage detected