1ExtUtils::XSpp::Node(3)User Contributed Perl DocumentatioEnxtUtils::XSpp::Node(3)
2
3
4
6 ExtUtils::XSpp::Node - Base class for elements of the parser output
7
9 ExtUtils::XSpp::Node is a base class for all elements of the parser's
10 output.
11
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.28.1 2019-02-02 ExtUtils::XSpp::Node(3)