Uses of Class
com.svincent.moksa.PrologTermVisitor

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

Uses of PrologTermVisitor in com.svincent.moksa
 

Subclasses of PrologTermVisitor in com.svincent.moksa
static class Prologc.PrologTermCompiler
          Make one of these for the entire method construction process: it keeps state about what it's created so far.
 class VariableCollector
          Collects all the variables out of an PrologTerm compoundTerm.
 

Methods in com.svincent.moksa with parameters of type PrologTermVisitor
 java.lang.Object PrologTerm.accept(PrologTermVisitor v, java.lang.Object parm)
          Allow PrologTermVisitor to access this PrologTerm.
 java.lang.Object WamFloat.accept(PrologTermVisitor v, java.lang.Object parm)
          Allow PrologTermVisitor to access this PrologTerm.
 java.lang.Object Variable.accept(PrologTermVisitor v, java.lang.Object parm)
          Allow PrologTermVisitor to access this PrologTerm.
 java.lang.Object WamInteger.accept(PrologTermVisitor v, java.lang.Object parm)
          Allow PrologTermVisitor to access this PrologTerm.
 java.lang.Object CompoundTerm.accept(PrologTermVisitor v, java.lang.Object parm)
          Allow PrologTermVisitor to access this PrologTerm.
 java.lang.Object JavaTerm.accept(PrologTermVisitor v, java.lang.Object parm)
          Allow PrologTermVisitor to access this PrologTerm.
 




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.