()
| 124 | } |
| 125 | |
| 126 | @Override |
| 127 | void addToReferenceQueue() { |
| 128 | getContext().getReferenceQueue().storeReference(this, ASTMapRef::new); |
| 129 | } |
| 130 | |
| 131 | private static class ASTMapRef extends Z3ReferenceQueue.Reference<ASTMap> { |
| 132 |
nothing calls this directly
no test coverage detected