logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.34.0                                       2022-06-13                          ExtUtils::XSpp::Node(3pm)

Name

       ExtUtils::XSpp::Node - Base class for elements of the parser output

See Also