()
| 263 | } |
| 264 | |
| 265 | @Override |
| 266 | void addToReferenceQueue() { |
| 267 | getContext().getReferenceQueue().storeReference(this, GoalRef::new); |
| 268 | } |
| 269 | |
| 270 | private static class GoalRef extends Z3ReferenceQueue.Reference<Goal> { |
| 271 |
nothing calls this directly
no test coverage detected