363364365366367368369370371372373
parent = (TraversableSource) parent.getParent(); if (parent != null) { ancestors.push(parent); } else { // no ancestor matched the root pattern ancestors.clear(); } } return ancestors; }
344345346347348349350351352353354
parent = parent.getParentFile(); if (parent != null) { ancestors.push(parent); } else { // no ancestor matched the root pattern ancestors.clear(); } } return ancestors; }
366367368369370371372373374375376
294295296297298299300301302303304
224225226227228229230231232233234
else nesting_stack.pop(); } nesting_stack.push( curr_dobj ); } nesting_stack.clear(); nesting_stack = null; timeblocks = null; set_timeblocks.clear(); set_timeblocks = null;
268269270271272273274275276277278
else nesting_stack.pop(); } nesting_stack.push( curr_dobj ); } nesting_stack.clear(); // set_nestables & list_childshades are NOT used anymore list_childshades.clear(); list_childshades = null; set_nestables.clear();
345346347348349350351352353354355
282283284285286287288289290291292
346347348349350351352353354355356