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

Man Page: extutils::xspp::node::constructor

Operating Environment: debian

Section: 3pm

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

NAME
ExtUtils::XSpp::Node::Constructor - Node representing a constructor method
DESCRIPTION
An ExtUtils::XSpp::Node::Method subclass representing a constructor such as: class FooBar { FooBar(); // <-- this one };
METHODS
new Creates a new "ExtUtils::XSpp::Node::Constructor". 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' constructor. Additionally, this class requires that no return type has been specified as constructors do not have return types. ret_type Unlike the "ret_type" method of the ExtUtils::XSpp::Node::Method class, "ret_type" will return the type "pointer to object of this class" as return type of the constructor. perl v5.14.2 2011-12-20 ExtUtils::XSpp::Node::Constructor(3pm)
Related Man Pages
extutils::xspp::node::argument(3pm) - debian
extutils::xspp::node::class(3pm) - debian
extutils::xspp::parser(3pm) - debian
rdf::query::node(3pm) - debian
xml::xpath::node(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?