public class ConstructorListDecRefQueue extends IDecRefQueue<ConstructorList<?>>
Constructor and Description |
---|
ConstructorListDecRefQueue() |
Modifier and Type | Method and Description |
---|---|
protected void |
decRef(Context ctx,
long obj)
An implementation of this method should decrement the reference on a
given native object.
|
clear, forceClear, storeReference
protected void decRef(Context ctx, long obj)
IDecRefQueue
ctx
thread.decRef
in class IDecRefQueue<ConstructorList<?>>
ctx
- Z3 context.obj
- Pointer to a Z3 object.