Uses of Class
com.svincent.moksa.PrologParser

Packages that use PrologParser
com.svincent.moksa An implementation of a Warren's Abstract Machine and associated builtin predicates, to conform to ISO Prolog. 
 

Uses of PrologParser in com.svincent.moksa
 

Subclasses of PrologParser in com.svincent.moksa
 class IsoPrologParser
          Parses ISO Prolog source files.
 class MiniPrologParser
          Parses a subset of the Prolog language, that I call 'Mini-Prolog'.
 

Methods in com.svincent.moksa with parameters of type PrologParser
 void PrologPackageManager.loadModule(PrologEngine engine, PrologParser parser, java.lang.String moduleName)
           
static void PrologPackageManager.readProlog(PrologEngine engine, PrologParser parser, java.lang.String fileName)
           
 




This is documentation for Moksa Prolog, which can be found at http://www.svincent.com/moksa/

Copyright © 1999 Shawn P. Vincent.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.