extutils::xspp::node::destructor(3pm) debian man page | unix.com

Man Page: extutils::xspp::node::destructor

Operating Environment: debian

Section: 3pm

ExtUtils::XSpp::Node::Destructor(3pm)			User Contributed Perl Documentation		     ExtUtils::XSpp::Node::Destructor(3pm)

NAME
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.14.2 2011-12-20 ExtUtils::XSpp::Node::Destructor(3pm)
Related Man Pages
moose::meta::method::destructor5.18(3) - mojave
extutils::xspp::node::argument(3pm) - debian
moose::meta::method::destructor(3pm) - debian
rdf::trine::node::blank(3pm) - debian
rdf::trine::node::variable(3pm) - debian
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?