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