|
|
| |
ExtUtils::XSpp::Parser(3) |
User Contributed Perl Documentation |
ExtUtils::XSpp::Parser(3) |
ExtUtils::XSpp::Parser - an XS++ parser
Create a new XS++ parser.
Parse the file data; returns true on success, false otherwise, on failure
"get_errors" will return the list of errors.
Returns a list containing the parsed data. Each item of the list is a subclass
of "ExtUtils::XSpp::Node"
Returns the parsing errors as an array.
Loads the specified plugin and calls its
"register_plugin" method.
Adds the specified plugin to be called after parsing is complete to modify the
parse tree before it is emitted.
Adds the specified plugin to the list of plugins that can handle custom
%foo annotations for a class.
Adds the specified plugin to the list of plugins that can handle custom
%foo annotations for a function.
Adds the specified plugin to the list of plugins that can handle custom
%foo annotations for a function.
Adds the specified plugin to the list of plugins that can handle custom
%foo annotations for an arguments.
Adds the specified plugin to the list of plugins that can handle custom
%foo top level directives.
Visit the GSP FreeBSD Man Page Interface. Output converted with ManDoc. |