PHPParser_Parser::yyn263 PHP Method

yyn263() protected method

protected yyn263 ( $line, $docComment )
    protected function yyn263($line, $docComment)
    {
        $this->yyval = new PHPParser_Node_Expr_ShellExec($this->yyastk[$this->yysp - (3 - 2)], $line, $docComment);
    }
PHPParser_Parser