All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.microsoft.z3.ConstructorListDecRefQueue Maven / Gradle / Ivy

There is a newer version: 4.13.4
Show newest version
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);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy