1PPI::Token::_QuoteEnginUes(e3r)Contributed Perl DocumentPaPtIi:o:nToken::_QuoteEngine(3)
2
3
4
6 PPI::Token::_QuoteEngine - The PPI Quote Engine
7
9 The "PPI::Token::_QuoteEngine" package is designed hold functionality
10 for processing quotes and quote like operators, including regexes.
11 These have special requirements in parsing.
12
13 The "PPI::Token::_QuoteEngine" package itself provides various parsing
14 methods, which the PPI::Token::Quote, PPI::Token::QuoteLike and
15 PPI::Token::Regexp can inherit from. In this sense, it serves as a base
16 class.
17
18 Using this class
19
20 (Refers only to internal uses. This class does not provide a public
21 interface)
22
23 To use these, you should initialize them as normal '$Class->new', and
24 then call the 'fill' method, which will cause the specialised parser to
25 scan forwards and parse the quote to its end point.
26
27 If ->fill returns true, finalise the token.
28
30 See the support section in the main module.
31
33 Adam Kennedy <adamk@cpan.org>
34
36 Copyright 2001 - 2006 Adam Kennedy.
37
38 This program is free software; you can redistribute it and/or modify it
39 under the same terms as Perl itself.
40
41 The full text of the license can be found in the LICENSE file included
42 with this module.
43
44
45
46perl v5.8.8 2006-09-23 PPI::Token::_QuoteEngine(3)