Indicates whether the AST is a FunctionDeclaration
()
| 167 | * Indicates whether the AST is a FunctionDeclaration |
| 168 | **/ |
| 169 | public boolean isFuncDecl() |
| 170 | { |
| 171 | return this.getASTKind() == Z3_ast_kind.Z3_FUNC_DECL_AST; |
| 172 | } |
| 173 | |
| 174 | /** |
| 175 | * A string representation of the AST. |
nothing calls this directly
no test coverage detected