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

Method isQuantifier

src/api/java/AST.java:153–156  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

151 * @throws Z3Exception on error
152 **/
153 public boolean isQuantifier()
154 {
155 return this.getASTKind() == Z3_ast_kind.Z3_QUANTIFIER_AST;
156 }
157
158 /**
159 * Indicates whether the AST is a Sort

Callers

nothing calls this directly

Calls 1

getASTKindMethod · 0.95

Tested by

no test coverage detected