1PPI::Structure::ConditiUosne(r3)Contributed Perl DocumenPtPaIt:i:oSntructure::Condition(3)
2
3
4

NAME

6       PPI::Structure::Condition - Round braces for boolean context conditions
7

SYNOPSIS

9         if ( condition ) {
10             ...
11         }
12
13         while ( condition ) {
14             ...
15         }
16

INHERITANCE

18         PPI::Structure::Condition
19         isa PPI::Structure
20             isa PPI::Node
21                 isa PPI::Element
22

DESCRIPTION

24       "PPI::Structure::Condition" is the class used for all round braces that
25       represent boolean contexts used in various conditions.
26

METHODS

28       "PPI::Structure::Condition" has no methods beyond those provided by the
29       standard PPI::Structure, PPI::Node and PPI::Element methods.
30
31       Got any ideas for methods? Submit a report to rt.cpan.org!
32

SUPPORT

34       See the support section in the main module.
35

AUTHOR

37       Adam Kennedy <adamk@cpan.org>
38
40       Copyright 2001 - 2011 Adam Kennedy.
41
42       This program is free software; you can redistribute it and/or modify it
43       under the same terms as Perl itself.
44
45       The full text of the license can be found in the LICENSE file included
46       with this module.
47
48
49
50perl v5.16.3                      2011-02-26      PPI::Structure::Condition(3)
Impressum