Package jp.ac.kobe_u.cs.prolog.lang

Examples of jp.ac.kobe_u.cs.prolog.lang.OutOfLoop


    }
    Predicate code = cont;
    int B = engine.stack.top();
    outOfScope = false;
    outOfLoop = false;
    engine.trail.add(new OutOfLoop(this));

    try {
      main_loop: while (true) {
        while (engine.exceptionRaised == 0) {
          // TODO check if this is correctly removed?
View Full Code Here

TOP

Related Classes of jp.ac.kobe_u.cs.prolog.lang.OutOfLoop

Copyright © 2018 www.massapicom. 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.