PHPParser_PrettyPrinter_Zend::comp_func PHP Method

comp_func() private method

private comp_func ( $name, $node )
    private function comp_func($name, $node)
    {
        return "\\snow_" . $name . "(" . $this->p($node->left) . ", " . $this->p($node->right) . ")";
    }
PHPParser_PrettyPrinter_Zend