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

Method isAsArray

src/api/java/Expr.java:687–690  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

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

Callers 1

getFuncInterpMethod · 0.80

Calls 3

getFuncDeclMethod · 0.95
getDeclKindMethod · 0.80
isAppMethod · 0.65

Tested by

no test coverage detected