Inheritance diagram for ASTVectorDecRefQueue:Protected Member Functions | |
| void | incRef (Context ctx, long obj) |
| void | decRef (Context ctx, long obj) |
Definition at line 20 of file AstVectorDecRefQueue.java.
Implements IDecRefQueue.
Definition at line 33 of file AstVectorDecRefQueue.java.
{
try
{
Native.astVectorDecRef(ctx.nCtx(), obj);
} catch (Z3Exception e)
{
// OK.
}
}
Implements IDecRefQueue.
Definition at line 22 of file AstVectorDecRefQueue.java.
{
try
{
Native.astVectorIncRef(ctx.nCtx(), obj);
} catch (Z3Exception e)
{
// OK.
}
}
1.7.6.1