Lines Matching refs:last
460 $last = array_pop($this->_trace);
462 if ($last instanceof Rule\Entry) {
463 $zeRule = $this->_rules[$last->getRule()];
465 } elseif ($last instanceof Rule\Ekzit) {
466 $zeRule = $this->_rules[$last->getRule()];
468 } elseif ($last instanceof Rule\Token) {
481 $rule = $last->getRule();
482 $next = $last->getData() + 1;
483 $this->_depth = $last->getDepth();
484 $this->_todo = $last->getTodo();
624 $last = current($children);
626 if (!is_object($last)) {
630 if ($cId !== $last->getId()) {
636 $this->mergeTreeRecursive($last, $child);
643 $last->appendChild($child);
644 $child->setParent($last);
671 $last = current($children);
673 if ($last->getId() !== $nNId) {
681 $this->mergeTreeRecursive($last, $child);