PHPParser_Parser::yyn26 PHP Method

yyn26() protected method

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