Mattia Barbon > ExtUtils-XSpp-0.01 > ExtUtils::XSpp::Parser

Download:
ExtUtils-XSpp-0.01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: ExtUtils-XSpp-0.05

NAME ^

ExtUtils::XSpp::Parser - an XS++ parser

ExtUtils::XSpp::Parser::new( file => path )

Create a new XS++ parser.

ExtUtils::XSpp::Parser::parse

Parse the file data; returns true on success, false otherwise, on failure get_errors will return the list of errors.

ExtUtils::XSpp::Parser::get_data

Returns a list containing the parsed data. Each item of the list is a subclass of ExtUtils::XSpp::Node

ExtUtils::XSpp::Parser::get_errors

Returns the parsing errors as an array.