1PPIx::Regexp::StructureU:s:eSrwiCtocnht(r3i)buted Perl DPoPcIuxm:e:nRteagteixopn::Structure::Switch(3)
2
3
4
6 PPIx::Regexp::Structure::Switch - Represent a switch
7
9 use PPIx::Regexp::Dumper;
10 PPIx::Regexp::Dumper->new( 'qr{(?(1)foo|bar)}smx' )
11 ->print();
12
14 "PPIx::Regexp::Structure::Switch" is a PPIx::Regexp::Structure.
15
16 "PPIx::Regexp::Structure::Switch" has no descendants.
17
19 This class represents a switch, or conditional expression. The
20 condition will be the first child.
21
23 This class provides no public methods beyond those provided by its
24 superclass.
25
26 This class provides the following public methods. Methods not
27 documented here are private, and unsupported in the sense that the
28 author reserves the right to change or remove them without notice.
29
31 Support is by the author. Please file bug reports at
32 <http://rt.cpan.org>, or in electronic mail to the author.
33
35 Thomas R. Wyant, III wyant at cpan dot org
36
38 Copyright (C) 2009-2010, Thomas R. Wyant, III
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl 5.10.0. For more details, see the full
42 text of the licenses in the directory LICENSES.
43
44 This program is distributed in the hope that it will be useful, but
45 without any warranty; without even the implied warranty of
46 merchantability or fitness for a particular purpose.
47
48
49
50perl v5.12.0 2010-06-08PPIx::Regexp::Structure::Switch(3)