Exemplo n.º 1
0
 public void debug() {
   deep = 0;
   traverse(this, PRINT, null);
 }
Exemplo n.º 2
0
 void prepare() { // ready for writing to stream
   offset_ = index0Offset;
   traverse(this, REMOVE_SMALLITEMS, null);
   traverse(this, GET_OFFSET, null);
   traverse(this, GET_1STCLD_OFFSET, null);
 }