1PPI::Structure::For(3)User Contributed Perl DocumentationPPI::Structure::For(3)
2
3
4

NAME

6       PPI::Structure::For - Circular braces for a for expression
7

SYNOPSIS

9         for ( var $i = 0; $i < $max; $i++ ) {
10             ...
11         }
12

INHERITANCE

14         PPI::Structure::For
15         isa PPI::Structure
16             isa PPI::Node
17                 isa PPI::Element
18

DESCRIPTION

20       "PPI::Structure::For" is the class used for circular braces that
21       contain the three part "for" expression.
22

METHODS

24       "PPI::Structure::For" has no methods beyond those provided by the
25       standard PPI::Structure, PPI::Node and PPI::Element methods.
26

SUPPORT

28       See the support section in the main module.
29

AUTHOR

31       Adam Kennedy <adamk@cpan.org>
32
34       Copyright 2001 - 2011 Adam Kennedy.
35
36       This program is free software; you can redistribute it and/or modify it
37       under the same terms as Perl itself.
38
39       The full text of the license can be found in the LICENSE file included
40       with this module.
41
42
43
44perl v5.30.0                      2019-07-26            PPI::Structure::For(3)
Impressum