1ExtUtils::XSpp::Node::CUosnesrtrCuocnttorri(b3u)ted PerlExDtoUctuimlesn:t:aXtSipopn::Node::Constructor(3)
2
3
4
6 ExtUtils::XSpp::Node::Constructor - Node representing a constructor
7 method
8
10 An ExtUtils::XSpp::Node::Method subclass representing a constructor
11 such as:
12
13 class FooBar {
14 FooBar(); // <-- this one
15 };
16
18 new
19 Creates a new "ExtUtils::XSpp::Node::Constructor".
20
21 Most of the functionality of this class is inherited. This means that
22 all named parameters of ExtUtils::XSpp::Node::Method and its base class
23 are also valid for this class' constructor.
24
25 Additionally, this class requires that no return type has been
26 specified as constructors do not have return types.
27
28 ret_type
29 Unlike the "ret_type" method of the ExtUtils::XSpp::Node::Method class,
30 "ret_type" will return the type "pointer to object of this class" as
31 return type of the constructor.
32
33
34
35perl v5.30.1 2020-01-3E0xtUtils::XSpp::Node::Constructor(3)