Ejemplo n.º 1
0
 public function openNodeScope(INode $node)
 {
     $this->marks[] = $this->current;
     $this->current = $this->index;
     $node->open();
 }