Z3
Public Member Functions | Protected Member Functions
ConstructorDecRefQueue Class Reference
+ Inheritance diagram for ConstructorDecRefQueue:

Public Member Functions

 ConstructorDecRefQueue ()
 
- Public Member Functions inherited from IDecRefQueue< Constructor<?> >
void storeReference (Context ctx, T obj)
 
void forceClear (Context ctx)
 

Protected Member Functions

void decRef (Context ctx, long obj)
 
- Protected Member Functions inherited from IDecRefQueue< Constructor<?> >
 IDecRefQueue ()
 
abstract void decRef (Context ctx, long obj)
 
void clear (Context ctx)
 

Detailed Description

Definition at line 3 of file ConstructorDecRefQueue.java.

Constructor & Destructor Documentation

◆ ConstructorDecRefQueue()

Definition at line 4 of file ConstructorDecRefQueue.java.

4  {
5  super();
6  }

Member Function Documentation

◆ decRef()

void decRef ( Context  ctx,
long  obj 
)
inlineprotected

Definition at line 9 of file ConstructorDecRefQueue.java.

9  {
10  Native.delConstructor(ctx.nCtx(), obj);
11  }