metaglue
Class Debug

java.lang.Object
  |
  +--metaglue.Debug

public class Debug
extends Object


Field Summary
static int tab
           
 
Constructor Summary
Debug()
           
 
Method Summary
static void indent()
           
static void ppHashtable(Hashtable h)
           
static void ppObject(Object o)
           
static void ppVector(Vector v)
           
static void tabprint(String text)
           
static void tabprintln(String text)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tab

public static int tab
Constructor Detail

Debug

public Debug()
Method Detail

ppHashtable

public static void ppHashtable(Hashtable h)

ppVector

public static void ppVector(Vector v)

ppObject

public static void ppObject(Object o)

tabprint

public static void tabprint(String text)

tabprintln

public static void tabprintln(String text)

indent

public static void indent()