()
| 99 | } |
| 100 | |
| 101 | @Override |
| 102 | void addToReferenceQueue() { |
| 103 | //getContext().getTacticDRQ().storeReference(getContext(), this); |
| 104 | getContext().getReferenceQueue().storeReference(this, TacticRef::new); |
| 105 | } |
| 106 | |
| 107 | private static class TacticRef extends Z3ReferenceQueue.Reference<Tactic> { |
| 108 |
nothing calls this directly
no test coverage detected