com.svincent.util
Class BaseObject
java.lang.Object
|
+--com.svincent.util.BaseObject
- Direct Known Subclasses:
- CommandLineParser, CompoundTerm.PrologIterator, Examples, Examples.HelloWorld, Examples.Loop, Expr, PrologUtil, QuoteUtil.DigitMaker, RandomUtil.Histogram, ReflectUtil, SmallClass, SmallMacro, SmallMember, SmallMethod.Local, SmallType
- public class BaseObject
- extends java.lang.Object
BaseObject is a common base object for things in the system that
don't already have some other base object. This class provides useful
patterns useful in general, such as dumping an object to a writer.
- Author:
- Shawn Vincent
|
Method Summary |
void |
dump()
|
void |
dump(java.io.PrintWriter out)
|
java.lang.String |
dumpToString()
|
java.lang.String |
tag()
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
BaseObject
public BaseObject()
tag
public java.lang.String tag()
dump
public void dump(java.io.PrintWriter out)
dump
public void dump()
dumpToString
public java.lang.String dumpToString()
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.