public function walkFrom(AbstractNode $node)
 {
     $source = $node->getChild();
     $res = $this->dispatch($source);
     $this->from = $res;
     return $this->from;
 }