package com.microsoft.z3; public class ConstructorDecRefQueue extends IDecRefQueue { public ConstructorDecRefQueue() { super(); } @Override protected void decRef(Context ctx, long obj) { Native.delConstructor(ctx.nCtx(), obj); } }