Indicates whether the AST is a Sort
()
| 159 | * Indicates whether the AST is a Sort |
| 160 | **/ |
| 161 | public boolean isSort() |
| 162 | { |
| 163 | return this.getASTKind() == Z3_ast_kind.Z3_SORT_AST; |
| 164 | } |
| 165 | |
| 166 | /** |
| 167 | * Indicates whether the AST is a FunctionDeclaration |
nothing calls this directly
no test coverage detected