()
| 350 | } |
| 351 | |
| 352 | @Override |
| 353 | void addToReferenceQueue() { |
| 354 | getContext().getReferenceQueue().storeReference(this, RCFNumRef::new); |
| 355 | } |
| 356 | |
| 357 | private static class RCFNumRef extends Z3ReferenceQueue.Reference<RCFNum> { |
| 358 |
nothing calls this directly
no test coverage detected