()
| 536 | } |
| 537 | |
| 538 | @Override |
| 539 | void addToReferenceQueue() { |
| 540 | getContext().getReferenceQueue().storeReference(this, SolverRef::new); |
| 541 | } |
| 542 | |
| 543 | private static class SolverRef extends Z3ReferenceQueue.Reference<Solver> { |
| 544 |
nothing calls this directly
no test coverage detected