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

Method isApp

src/api/java/AST.java:133–136  ·  view source on GitHub ↗

Indicates whether the AST is an application @return a boolean @throws Z3Exception on error

()

Source from the content-addressed store, hash-verified

131 * @throws Z3Exception on error
132 **/
133 public boolean isApp()
134 {
135 return this.getASTKind() == Z3_ast_kind.Z3_APP_AST;
136 }
137
138 /**
139 * Indicates whether the AST is a BoundVariable.

Callers

nothing calls this directly

Calls 1

getASTKindMethod · 0.95

Tested by

no test coverage detected