9 package com.google.ortools.constraintsolver;
15 private transient long swigCPtr;
18 super(mainJNI.BaseIntExpr_SWIGUpcast(cPtr), cMemoryOwn);
23 return (obj ==
null) ? 0 : obj.swigCPtr;
26 @SuppressWarnings(
"deprecation")
27 protected
void finalize() {
31 public synchronized void delete() {
35 mainJNI.delete_BaseIntExpr(swigCPtr);
43 long cPtr = mainJNI.BaseIntExpr_var(swigCPtr,
this);
44 return (cPtr == 0) ? null :
new IntVar(cPtr,
false);
48 long cPtr = mainJNI.BaseIntExpr_castToVar(swigCPtr,
this);
49 return (cPtr == 0) ? null :
new IntVar(cPtr,
false);