()
| 131 | } |
| 132 | |
| 133 | @Override |
| 134 | void addToReferenceQueue() { |
| 135 | getContext().getReferenceQueue().storeReference(this, ParamsRef::new); |
| 136 | } |
| 137 | |
| 138 | private static class ParamsRef extends Z3ReferenceQueue.Reference<Params> { |
| 139 |
nothing calls this directly
no test coverage detected