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

Method isVar

src/api/java/AST.java:143–146  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

141 * @throws Z3Exception on error
142 **/
143 public boolean isVar()
144 {
145 return this.getASTKind() == Z3_ast_kind.Z3_VAR_AST;
146 }
147
148 /**
149 * Indicates whether the AST is a Quantifier

Callers 1

smt2FileTestMethod · 0.95

Calls 1

getASTKindMethod · 0.95

Tested by

no test coverage detected