1PPI::Structure::ConditiUosne(r3)Contributed Perl DocumenPtPaIt:i:oSntructure::Condition(3)
2
3
4
6 PPI::Structure::Condition - Round braces for boolean context conditions
7
9 if ( condition ) {
10 ...
11 }
12
13 while ( condition ) {
14 ...
15 }
16
18 PPI::Structure::Condition
19 isa PPI::Structure
20 isa PPI::Node
21 isa PPI::Element
22
24 "PPI::Structure::Condition" is the class used for all round braces that
25 represent boolean contexts used in various conditions.
26
28 "PPI::Structure::Condition" has no methods beyond those provided by the
29 standard PPI::Structure, PPI::Node and PPI::Element methods.
30
32 See the support section in the main module.
33
35 Adam Kennedy <adamk@cpan.org>
36
38 Copyright 2001 - 2011 Adam Kennedy.
39
40 This program is free software; you can redistribute it and/or modify it
41 under the same terms as Perl itself.
42
43 The full text of the license can be found in the LICENSE file included
44 with this module.
45
46
47
48perl v5.38.0 2023-09-22 PPI::Structure::Condition(3)