Class ConstructorDecRefQueue

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void decRef​(Context ctx, long obj)
      An implementation of this method should decrement the reference on a given native object.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConstructorDecRefQueue

        public ConstructorDecRefQueue()
    • Method Detail

      • 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<Constructor<?>>
        Parameters:
        ctx - Z3 context.
        obj - Pointer to a Z3 object.