Пример #1
0
 public synchronized void delete() {
   if (swigCPtr != 0) {
     if (swigCMemOwn) {
       swigCMemOwn = false;
       LLVMJNI.delete_ModuleRefOut(swigCPtr);
     }
     swigCPtr = 0;
   }
 }
Пример #2
0
 public ModuleRefOut() {
   this(LLVMJNI.new_ModuleRefOut(), true);
 }
Пример #3
0
 public ModuleRef getValue() {
   long cPtr = LLVMJNI.ModuleRefOut_value_get(swigCPtr, this);
   return (cPtr == 0) ? null : new ModuleRef(cPtr, false);
 }