GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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.
2022-04-08 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.