PHPParser_Parser::yyn29 PHP Метод

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

protected yyn29 ( $line, $docComment )
    protected function yyn29($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Stmt_UseUse(new PHPParser_Node_Name($this->yyastk[$this->yysp - (4 - 2)], $line, $docComment), $this->yyastk[$this->yysp - (4 - 4)], $line, $docComment);
    }
PHPParser_Parser