PHPParser_Parser::yyn66 PHP Метод

yyn66() защищенный Метод

protected yyn66 ( $line, $docComment )
    protected function yyn66($line, $docComment)
    {
        $this->yyastk[$this->yysp - (2 - 1)][] = $this->yyastk[$this->yysp - (2 - 2)];
        $this->yyval = $this->yyastk[$this->yysp - (2 - 1)];
    }
PHPParser_Parser