()
| 57 | } |
| 58 | |
| 59 | @Override |
| 60 | void addToReferenceQueue() { |
| 61 | getContext().getReferenceQueue().storeReference(this, ProbeRef::new); |
| 62 | } |
| 63 | |
| 64 | private static class ProbeRef extends Z3ReferenceQueue.Reference<Probe> { |
| 65 |
nothing calls this directly
no test coverage detected