()
| 67 | } |
| 68 | |
| 69 | @Override |
| 70 | void addToReferenceQueue() { |
| 71 | getContext().getReferenceQueue().storeReference(this, ApplyResultRef::new); |
| 72 | } |
| 73 | |
| 74 | private static class ApplyResultRef extends Z3ReferenceQueue.Reference<ApplyResult> { |
| 75 |
nothing calls this directly
no test coverage detected