While I can see that there exists traversal for Z3 AST in C++ (outlined in this question), I can't find its equivalent method in Java api, is there a way by which I can traverse the Z3 AST in Java?
Thanks!
I think the relevant functions are found here: https://github.com/Z3Prover/z3/blob/master/src/api/java/Expr.java
(I'm not a Java programmer, nor I have used these myself; so take this with a grain of salt!)