FreeBSD Manual Pages
ExtUtils::XSpp::Node(3User Contributed Perl DocumentatiExtUtils::XSpp::Node(3) NAME ExtUtils::XSpp::Node - Base class for elements of the parser output DESCRIPTION ExtUtils::XSpp::Node is a base class for all elements of the parser's output. METHODS new Calls the "$self-"init(@_)> method after construction. Override "init()" in subclasses. init Called by the constructor. Every sub-class needs to override this. ExtUtils::XSpp::Node::print Return a string to be output in the final XS file. Every sub-class must override this method. perl v5.32.1 2021-02-28 ExtUtils::XSpp::Node(3)
NAME | DESCRIPTION | METHODS
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=ExtUtils::XSpp::Node&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>