Indicates whether the AST is a Quantifier @return a boolean @throws Z3Exception on error
()
| 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 |
nothing calls this directly
no test coverage detected