Indicates whether the AST is a BoundVariable. @return a boolean @throws Z3Exception on error
()
| 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 |
no test coverage detected