Class ConstructorListDecRefQueue

java.lang.Object
com.microsoft.z3.IDecRefQueue<ConstructorList<?>>
com.microsoft.z3.ConstructorListDecRefQueue

public class ConstructorListDecRefQueue extends IDecRefQueue<ConstructorList<?>>
  • Constructor Details

    • ConstructorListDecRefQueue

      public ConstructorListDecRefQueue()
  • Method Details

    • decRef

      protected void decRef(Context ctx, long obj)
      Description copied from class: IDecRefQueue
      An implementation of this method should decrement the reference on a given native object. This function should always be called on the ctx thread.
      Specified by:
      decRef in class IDecRefQueue<ConstructorList<?>>
      Parameters:
      ctx - Z3 context.
      obj - Pointer to a Z3 object.