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