1PPIx::Regexp::Token::StUrsuecrtuCroen(t3r)ibuted Perl DoPcPuImxe:n:tRaetgieoxnp::Token::Structure(3)
2
3
4
6 PPIx::Regexp::Token::Structure - Represent structural elements.
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{(foo)}smx' )
11 ->print();
12
14 "PPIx::Regexp::Token::Structure" is a PPIx::Regexp::Token.
15
16 "PPIx::Regexp::Token::Structure" is the parent of
17 PPIx::Regexp::Token::Delimiter.
18
20 This class represents things that define the structure of the regular
21 expression. This typically means brackets of various sorts, but to
22 prevent proliferation of token classes the type of the regular
23 expression is stored here.
24
26 This class provides no public methods beyond those provided by its
27 superclass.
28
30 Support is by the author. Please file bug reports at
31 <http://rt.cpan.org>, or in electronic mail to the author.
32
34 Thomas R. Wyant, III wyant at cpan dot org
35
37 Copyright (C) 2009-2018 by Thomas R. Wyant, III
38
39 This program is free software; you can redistribute it and/or modify it
40 under the same terms as Perl 5.10.0. For more details, see the full
41 text of the licenses in the directory LICENSES.
42
43 This program is distributed in the hope that it will be useful, but
44 without any warranty; without even the implied warranty of
45 merchantability or fitness for a particular purpose.
46
47
48
49perl v5.28.0 2018-08-12 PPIx::Regexp::Token::Structure(3)