|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hecl.PrintThing
public class PrintThing
The PrintThing class is a utility class used to print out
Things. It is useful for debugging purposes.
| Constructor Summary | |
|---|---|
PrintThing()
|
|
| Method Summary | |
|---|---|
static void |
printThing(Thing t)
printThing prints out a Thing. |
static void |
printThing(Thing t,
int depth)
The main printThing function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PrintThing()
| Method Detail |
|---|
public static void printThing(Thing t)
throws HeclException
printThing prints out a Thing.
t - a Thing value
HeclException - if an error occurs
public static void printThing(Thing t,
int depth)
throws HeclException
printThing function.
t - a Thing valuedepth - an int value
HeclException - if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||