logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

ExtUtils::XSpp::Node::Destructor - Node representing a destructor method

Description

       An ExtUtils::XSpp::Node::Method subclass representing a destructor such as:

         class FooBar {
           ~FooBar(); // <-- this one
         };

Methods

new
       Creates a new "ExtUtils::XSpp::Node::Destructor".

       Most of the functionality of this class is inherited. This means that all named parameters of
       ExtUtils::XSpp::Node::Method and its base class are also valid for this class' destructor.

       Additionally, this class requires that no return type has been specified as destructors do not have
       return types.

   perl_function_name
       Returns the name of the class with "::DESTROY" appended.

perl v5.34.0                                       2022-06-13              ExtUtils::XSpp::Node::Destructor(3pm)

Name

       ExtUtils::XSpp::Node::Destructor - Node representing a destructor method

See Also