Uses of Class
com.svincent.moksa.Io

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

Uses of Io in com.svincent.moksa
 

Methods in com.svincent.moksa that return Io
 Io Wam.getIo()
           
 

Methods in com.svincent.moksa with parameters of type Io
 PrologTerm PrologParser.parseClause(Io io, java.lang.String term)
          Parses a Prolog clause, given a String.
 PrologTerm PrologParser.parseTerm(Io io, java.lang.String term)
          Parses a Prolog term, given a String.
 

Constructors in com.svincent.moksa with parameters of type Io
MiniPrologParser.MiniPrologParser(Io _io)
           
Io.StreamIdentifier.Io.StreamIdentifier(Io _io, java.lang.String _uri, CompoundTerm _options)
           
Io.PrologInput.Io.PrologInput(Io _io, java.lang.String _fileName, CompoundTerm _options)
          Opens the file.
Io.PrologReader.Io.PrologReader(Io _io, java.lang.String _fileName, CompoundTerm _options, java.io.Reader _in)
           
Io.PrologInputStream.Io.PrologInputStream(Io _io, java.lang.String _fileName, CompoundTerm _options, java.io.InputStream _in)
           
 




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.