com.svincent.moksa
Class WamObject
java.lang.Object
|
+--com.svincent.moksa.WamObject
- Direct Known Subclasses:
- Continuation, Io, MoksaProlog, MoksaUtil, Prologc, Prologc.PrologRuleCompiler, PrologEngine, PrologEngine.ArithmeticHandler, PrologLoader, PrologPackageManager, PrologParser, PrologTerm, PrologTermVisitor, PrologTokenizer, Rule, Wam, Wam.ChoicePoint, Wam.ExceptionHandler
- public class WamObject
- extends java.lang.Object
Base class for stuff in the Wam package. Provides useful general
object stuff...
|
Method Summary |
java.lang.String |
tag()
Retrieves a short human-readable representation of this object as
a String. |
protected void |
tag(java.io.PrintWriter out)
Writes a short human-readable representation of this object to
the given Writer. |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
WamObject
public WamObject()
tag
public java.lang.String tag()
- Retrieves a short human-readable representation of this object as
a String.
tag
protected void tag(java.io.PrintWriter out)
- Writes a short human-readable representation of this object to
the given Writer.
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.