1ExtUtils::XSpp::Node(3)User Contributed Perl DocumentatioEnxtUtils::XSpp::Node(3)
2
3
4

NAME

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

DESCRIPTION

9       ExtUtils::XSpp::Node is a base class for all elements of the parser's
10       output.
11

METHODS

13   new
14       Calls the "$self-"init(@_)> method after construction.  Override
15       "init()" in subclasses.
16
17   init
18       Called by the constructor. Every sub-class needs to override this.
19
20   ExtUtils::XSpp::Node::print
21       Return a string to be output in the final XS file.  Every sub-class
22       must override this method.
23
24
25
26perl v5.34.0                      2022-01-21           ExtUtils::XSpp::Node(3)
Impressum