Go to the documentation of this file.
9 package com.google.ortools.constraintsolver;
12 private transient long swigCPtr;
15 super(mainJNI.BaseIntExpr_SWIGUpcast(cPtr), cMemoryOwn);
20 return (obj ==
null) ? 0 : obj.swigCPtr;
23 @SuppressWarnings(
"deprecation")
24 protected
void finalize() {
28 public synchronized void delete() {
32 mainJNI.delete_BaseIntExpr(swigCPtr);
40 long cPtr = mainJNI.BaseIntExpr_var(swigCPtr,
this);
41 return (cPtr == 0) ? null :
new IntVar(cPtr,
false);
45 long cPtr = mainJNI.BaseIntExpr_castToVar(swigCPtr,
this);
46 return (cPtr == 0) ? null :
new IntVar(cPtr,
false);