logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Author

       Adam Kennedy <adamk@cpan.org>

Description

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

Inheritance

         PPI::Structure::For
         isa PPI::Structure
             isa PPI::Node
                 isa PPI::Element

Methods

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

Name

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

Support

       See the support section in the main module.

Synopsis

         for ( var $i = 0; $i < $max; $i++ ) {
             ...
         }

See Also