The kind of the AST. @throws Z3Exception on error
()
| 101 | * @throws Z3Exception on error |
| 102 | **/ |
| 103 | public Z3_ast_kind getASTKind() |
| 104 | { |
| 105 | return Z3_ast_kind.fromInt(Native.getAstKind(getContext().nCtx(), |
| 106 | getNativeObject())); |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Indicates whether the AST is an Expr |
no test coverage detected