polyglot.util
Class ObjectDumper

java.lang.Object
  extended by polyglot.util.ObjectDumper

public class ObjectDumper
extends java.lang.Object


Constructor Summary
ObjectDumper(CodeWriter w)
           
ObjectDumper(CodeWriter w, int modifiersMask)
           
 
Method Summary
 void dump(java.lang.Object o)
           
protected  void dumpObject(java.lang.Object obj, java.util.Set cache)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectDumper

public ObjectDumper(CodeWriter w)

ObjectDumper

public ObjectDumper(CodeWriter w,
                    int modifiersMask)
Method Detail

dump

public void dump(java.lang.Object o)

dumpObject

protected void dumpObject(java.lang.Object obj,
                          java.util.Set cache)