Object-oriented Parser System
v3.6

oops3
Interface Dump.Helper

Enclosing class:
Dump

public static interface Dump.Helper

what a dump helper must do.


Method Summary
 void dump(PrintWriter out, String indent, Object object)
           
 

Method Detail

dump

void dump(PrintWriter out,
          String indent,
          Object object)


(c) 2008 Axel T. Schreiner