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 (Refers only to internal uses. This class does not provide a public
20 interface)
21
22 To use these, you should initialize them as normal '$Class->new', and
23 then call the 'fill' method, which will cause the specialised parser to
24 scan forwards and parse the quote to its end point.
25
26 If ->fill returns true, finalise the token.
27
29 See the support section in the main module.
30
32 Adam Kennedy <adamk@cpan.org>
33
35 Copyright 2001 - 2011 Adam Kennedy.
36
37 This program is free software; you can redistribute it and/or modify it
38 under the same terms as Perl itself.
39
40 The full text of the license can be found in the LICENSE file included
41 with this module.
42
43
44
45perl v5.32.0 2020-07-28 PPI::Token::_QuoteEngine(3)