Examples of undoBinding()


Examples of net.sf.kpex.prolog.Term.undoBinding()

    // if(to>size())
    // IO.assertion("unwind attempted from smaller to larger top");
    for (int i = size() - to; i > 0; i--)
    {
      Term V = pop();
      V.undoBinding();
    }
  }
}
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.