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

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


          "a1 must be an object of PRED_$begin_exception_1: "
              + this.toString());
    }
    PRED_$begin_exception_1 p = (PRED_$begin_exception_1) obj;
    p.outOfScope = true;
    engine.trail.add(new OutOfScope(p));
    return cont;
  }
View Full Code Here

TOP

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

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.