PHPParser_Parser::yyn28 PHP Method

yyn28() protected method

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