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::Condition - Round braces for boolean context conditions

Author

       Adam Kennedy <adamk@cpan.org>

Description

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

Inheritance

         PPI::Structure::Condition
         isa PPI::Structure
             isa PPI::Node
                 isa PPI::Element

Methods

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

Name

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

Support

       See the support section in the main module.

Synopsis

         if ( condition ) {
             ...
         }

         while ( condition ) {
             ...
         }

See Also