MCPcopy Create free account
hub / github.com/Z3Prover/z3 / construct

Method construct

src/api/java/Z3ReferenceQueue.java:100–100  ·  view source on GitHub ↗
(T reference, ReferenceQueue<Z3Object> queue)

Source from the content-addressed store, hash-verified

98 @FunctionalInterface
99 interface ReferenceConstructor<T extends Z3Object> {
100 Reference<T> construct(T reference, ReferenceQueue<Z3Object> queue);
101 }
102
103 abstract static class Reference<T extends Z3Object> extends PhantomReference<T> {

Callers 1

storeReferenceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected