()
| 197 | } |
| 198 | |
| 199 | @Override |
| 200 | void addToReferenceQueue() { |
| 201 | getContext().getReferenceQueue().storeReference(this, StatisticsRef::new); |
| 202 | } |
| 203 | |
| 204 | private static class StatisticsRef extends Z3ReferenceQueue.Reference<Statistics> { |
| 205 |
nothing calls this directly
no test coverage detected